Hi
i made this app, where it gives specific data for specific chosen rows.
"herboeken lokaal in" and "bezet op wachtlijst" are calculated from other columns.
this is what it looks like in the list:
this is what ti's supposed to look like:
Everything is nicely rounded. this is with my account to make the apps.
If i go to Teams, where the app is situated for other users, and myself.
I get this:
"reeds bezet", no issue, it shows the value perfectly. the others have all the 0 decimals showing...
My own user (not the maker of the app) has full rights on the List, so do the other users. I already tried everything code wise to put this correctly, yet nothing works.
Round(Value(ThisItem.CalculatedColumn), 0), Text(Value(ThisItem.CalculatedColumn), "[$-en-US]#"), Round(Int(Value(ThisItem.CalculatedColumn)), 0), and other functions that round a value.
I am lost on what else I can do to make this work...
How can I fix this?
Greetings
Nele