Hi community,
For low code app, Do we have the possibilty to change the date format to "full date" as we have in Cube in an alarm table?
I currently have this format and I don't see any way of changing it.
Thanks
Hi Yvan,
We currently do not have this available for the alarm list component.
An alternative is retrieving the alarms through GQI as you can then transform any date column using a custom operator (see our date formatting implementation on GitHub or our custom operator show case on the catalog). This is only suited for certain use cases though as it is not a replacement for the alarm list component.
That is correct. I believe the lack of real-time updates will be the most important missing feature.
Hi Sebastiaan,
Thanks for your answer.
Then we use table component instead of alarm table, correct?