Need code to show "No Data found" in MAKIT chart when no data available
Hi All I am getting This when no data is available Is there any code to show Thanks in advance Sudipta
View ArticleRe: Altering invisible Rows in a Table
Dear Michael, Please find the below example where I have used a JSONModel(). I hope this will help you. Data:- To Find Data Row Number:- Create Toggle Button:-Create Table along with the above created...
View ArticleRe: Need code to show "No Data found" in MAKIT chart when no data available
Hi Sudipta, I think you need to integrate custom code to show the message "No Data Found" during data unavailability in the MAKIT chart. So, doing this first you need to focus on your Model and analyze...
View ArticleFile Uploader UI control issue
Hello,I was unable to use this file uploader UI control. The URL to be passed is always an issue for me. Could anyone please give a reference to an exact piece of working code. The feature should...
View ArticleHow to send child view instance, on click of child view to parent Controller...
Hi All, I have child views. In click event of child view, I have to call parent controller method which also send child view as parameter. How to do this. In Parent View I had following code for(var...
View ArticleRe: Unable to trigger a click-event in onAfterRendering
Hi Ian, that does help, thanks. Kind regards,R J
View ArticleRe: Altering invisible Rows in a Table
Hi,there is an alternative way you might want to take a look at. You simply change the value of the property "checked" in your JSON model and update the bindings. Here is how the changed coding for the...
View ArticleRe: How to send child view instance, on click of child view to parent...
Hi If you want to communicate between child and parent, you could perhaps look at using the https://sapui5.hana.ondemand.com/sdk/#docs/api/symbols/sap.ui.core.EventBus.html. There is an example of...
View ArticleChanging color of table cells with JSONModel
Hi there, I need to change background / font color of table cells in a table bound to a JSONModel.There already exists a thread which describes how to do that, but the solution mentioned there seems to...
View ArticleRe: Makit Column Chart - Two Values per Category
Hi Manu Schmitt, Please see the below example. Best Regards,Bibhas Das
View ArticleRe: Can I create simple view Object and add controls/content to it
Hi Sanket,please take a look at Developer Guide, chapter "Model View Controller Concept". There you will find coding examples for creating and instantiating views too.Regards, Frank
View ArticleReg:Step by step process to consume SAPUI5 UI in SAP BPM
Hi ,I have created an 2 Views or screens using SAPUI5 in NWDS.I have created an SAP BPM Process as well.Can anyone help me on providing the steps on how to access created SAPUI5 screens as UI for a...
View ArticleRe: SAPUI5 oData Connection Error
Hi Melanie, when using an oData model, the runtime reads the "metadata" document for the specified oData service. In the example above, when you create the model with the URL...
View ArticleRe: Altering invisible Rows in a Table
Hmm.. the way over the data-model seems plausible to me. This works with a small modification/remark, that the data object is mytable.getModel().getData() .modelData, because the data-Array itself is...
View ArticleRe: problem : model.getProperty
Hi Shen,this could be a matter of "timing". When calling the "loadData" method, you trigger an async request. This means, that when you try to get a property from the model there is no guarantee that...
View ArticleRe: Deploying .ear from Eclipse Juno to NW 7.3 SP09 Portal
I was hoping to deploy straight from Juno. Have not found the answer yet. Mike
View ArticleRe: SAPUI5 iView does not work?
Hello Ronny This is a method already tried. However I do not want to have to hardcode the protocol and hostname. I want to be able to create an iView that "wraps" the web service component and defaults...
View ArticleRe: Changing color of table cells with JSONModel
Hi Frank, thanks for your answer. It makes sense what you are saying, so I wanted to try it out.Unfortunately the onAfterRendering function of the controller isn't even called...Is there something...
View ArticleRe: Server side compression possible?
Hi again, in case somebody is interested in the solution I post it here... I've chosen to use JSZip for creating the zip files on server side.Just download the library and create an .xsjslib file...
View Article