Hi gurus,
in my Application, I got a table like this:
Now I want to sum up all of these hours and wirte the result to the bottom of the table. The cells are Edm.Time datatype coming from the backend and got formatted via custom formatter func...
Hi there,
are there currently any bugs in SAP WEB IDE Full Stack? In my Web Ide, the programming language services never get loaded and syntax errors do not show up at any time except at runtime. This makes working/programming very difficult. F...
Hi experts,
could you explain me this:
The values of username are exactly the same, and my primary key consits only the 3 columns, this should not work, apparently it does - but why and how? Is there...
Hi experts,
I am currently working on single Tiles and want to add some count values from the Northwind oData Service.
The app contains just one view and one controller. View:
<mvc:View
controllerName="customtileapp.controller.CustomTile1"
...
Hi experts,
I am currently playing around with my UI5 Applications and try to show them in my Fiori Launchpad.
But I want to try out a new kind of tile. So what I did is, created a new View in my project called CustomTile and filled it with som...
Hey all, I solved the problem via Function Import. I created a Function Import in Backend called "GetHourSum" which provides me a result array in which I have all times in milliseconds Here is the Frontend code:calcSum: function(context) {
var...
Hey Luke, is it possible to add a formatter function without having the "parts" segment of it? How would I write this and especially where?Best regards
Hi Michal,
I working on Europe region. However, things working better now. I rebuilt my projects and now everything works just fine.
The only issue I have is when integrating external libraries (for instance moment.js or jsPDF). After import...