robbewuyts
Explorer
Member since ‎2016 Apr 13

User Statistics

  • 31 Posts
  • 0 Solutions
  • 15 Kudos given
  • 12 Kudos received

User Activity

If I use a sap.m.Input with type "Number" in combination with valueLiveUpdate="true", and I use a type in my binding, like Float or Decimal, I cannot enter decimal numbers. When I set my language to French, where the dot "." for decimals is a comma "...
During our upgrade to CAP CDS 8, my colleague @vvdries and me encountered a number of 'challenges' to be tackled. In this document, we aim to share our findings with you.This living document not only highlights what we’ve learned but also invites the...
Hi,In my CAP datamodel/services I was able to 'time-travel' entities and views with the temporal aspect, using annotations: capire reference.An example of a view:...selecting from We upgraded to CDS 8, and now we notice only 'valid' records are queri...
I need to retrieve all entries from my HANA DB entity with temporal aspect, so also the 'invalid' ones. I was hoping a CQN query like this should work, but only the 'valid' entries are retrieved from the database: public async getTemporalFactors(i...
Hi,Is there any way I can query 'older/invalid' entries from an entity with the temporal aspect in CDL? I know I can query it by playing with the url parameter sap-valid-from, however this means all (expanded) entities with temporal aspect would be a...