Database: AWA SQL server
Hi,
I'm trying to convert the values by adding columns when im building the collection. But i need currency fields with a komma; like euro 1245,50
in the following line you see i try several things but noting works. Do you have any idea?
ClearCollect(factuurFooter,AddColumns(Filter('[Access].[Q_paFactuurFooter]',tbl_factuurId = setFactuurId),"ENetto", Text(Netto,"[$-en-US]#,##" ),"EBruto",Text(Bruto, "[$-en-US]##.00"),"EBTW",Text(BTW, "[$-en-NL]#,###0.00")));
Yes i have seen the new function in Flow for convert numbers, but i tried several things, can't get that working either.
Thanks a lot for any idea! That would be great!