Re: How to design the pie,column charts with a local json model in a single...
Hi, For chart check this link.In page source you will find code for all the charts. For makit or viz check this thread
View ArticleRe: sap.ui.table repeats last row from oData service
This sounds as if the entities that are returned through OData all have the same key.The OData models manages its data in a map where the actual record is mapped to the key. If there is a second record...
View ArticleRe: Multiple views for desktop_apps ?
Hi, Updated the jsbin and I am able to navigate to other view using app.To When I try using eventbus, its not navigated to other view. Might be missing something. Someone can take it further from here....
View ArticleSAPUI6 Mobile Focus does not work as I expected
Hi All, I am new to SAPUI5, I try to implement a "set Passcode screen" on my SAPUI5 mobile application, just like "Enter Passcode" screen on iPhone. In this application, I need to move cursor...
View ArticleUsing SAPUI5 ABAP Team Provider to deploy the SAPUI5 Application Project on...
Hi, please, I need to do some configuration in sap ¿?Why I have this error? please check images,regards,
View ArticleRe: Further i18n/model confusion
Child views will inherit all models from their parent once added to an aggregation (e.g. oShell.addContent(oSubbView)).The original example, however, was about the OverlayContainer. The...
View ArticleTime is shown as NaN Format
Hi Colleagues, var oItemTemplate2 = new sap.ui.core.ListItem( { text : { path:"SlotTi", formatter : function(fValue) {...
View ArticleRe: Time is shown as NaN Format
Hi Rohit, Check the pattern ones. SimpleDateFormat f = new SimpleDateFormat("kk:mm:ss"); or Date date =newDate(); date.setHours(date.getHours()+ 12); System.out.println(date); SimpleDateFormat...
View ArticleRe: Time is shown as NaN Format
hi durga, how to convert where PT12H50M00S to pattern: "KK:mm:ss a" such as binding donot show NaN, Rohit
View ArticleRe: Time is shown as NaN Format
Hi Rohit In JavaScript when an arithmetic operation fails it does not throw an error; instead it returns a special numeric value, called NaN (for Not a Number), and the program happily continues with...
View ArticleRe: how can i set the row default select?
Thanks Scott, Now it's working.. @ Robin van het Hof we can do "SingleSelect" method also..
View ArticleRe: SAPUI6 Mobile Focus does not work as I expected
HI Hao Here is a control for this. Example Can you test it out? -D
View ArticleFileUploader problem in XML View
Hi, I am developing an BSP application for the approval of purchase requisitions as below. The following libraries I have called in the Boot-strap. <script id="sap-ui-bootstrap"...
View ArticleRe: F4 Help in SAP.M
Hi ui5ui5 ui5, You should check your local resources version is updated. Actual publised version in https://sapui5.hana.ondemand.com/resources/sap-ui-core.js is 1.24.4. Cheers,Manuel
View ArticleRe: issues in binding oData service with sap.m.Table
Hi, Please check, you defined any function and you did not Implement in your controller.js. If it did not help you, then if you can give us under what line of code you are getting error in your...
View ArticleRe: How do I change the colour of a cell, column header in sap.m.table
Hi, You might have added column using sap.m.Column. In that you can add style sheet. There is property as well method too. -Siddharth
View ArticleRe: issues in binding oData service with sap.m.Table
thanks Siddharth. no custom function has been defined. the error is pointing to datajs.js file
View ArticleRe: issues in binding oData service with sap.m.Table
hi Siddharth, do u see any flaws in the code or any missing things that causing the me that error and table not being loaded with data?
View ArticleRe: issues in binding oData service with sap.m.Table
i got it resolved!!! that error was due to oTable deceleration inside success function. not sure .. as how i didn't notice it so-far..! closing as this issue is resolved. anyways thanks to siddharth...
View ArticleRe: FileUploader problem in XML View
Thanks Scott. I have corrected the problem using the Unified library. I have made another post in regard to uploading the file through gateway. The link is as follows - Using FileUploader in SAPUI5 XML...
View Article