Replies: 2 comments
-
It might be that you're encountering a bug related to if how some functions fail try tegn remove that row from the result set. In your case this seems related to the |
Beta Was this translation helpful? Give feedback.
-
That was a great suggestion. The "Bedrag" property on the missing line was type number, it was a number. But I deleted the value, retyped it and there it was!! What I am trying to do is to make the list more readable. Th thousand seperator is a huge help. Making thee number right align is th missing step. Very big thanks!!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I am fairly new to DataView. Created some queries without problem, but this one baffles me:
I have note with numbers andf I wnat to show the numbers. This works using:
It shows 7 notes. As expected.
But it does not format the numbers. So I changes it. to:
So all that is I changed Bedrag to regexreplace(string(round(Bedrag)), "\B(?=(\d{3})+(?!\d))", ",") as bedrag
But now it displays 6 notes.
I figured I should solve this before trrying right align.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions