Hi ,
Can't figure out what I am doing wrong. I use dataflows to get a.o. decimal type columns into CDS entities using Odbc.Query(source,sql )
- I get the desired output from our SQL server
- Columns are of decimal type in power query interface (also tried switching these around --> convert to decimal another time / convert to string --> convert back to decimal)
- Entity fields are decimal type in CDS
When checking the data in CDS, app forms, labels, the numbers are there but decimals are missing.
1000,58 is stored as 100058
1000,5 is stored as 10005
and so on.
Does this ring a bell for anyone?
Thanks in advance 🙂