Forum Discussion
Help: formula find or search
- 8 years ago
Hi Anonymous,
Try this code creating a new column:
Test = IF(RIGHT(INT(Table1[Column1]); 3) = "000"; 1; 0)
After that you can filter the report or page by this new column.
Hi!!!
Thanks.
This is the scenario: I have a colum with number like: 12,345.89, 673,000.76, 8700.00, 34,000.00 etc. And I need only the records when the last three digits before the dot, are 0; for example from this list; I only should show 673,000.76 and 34,000.00 (this two numbers have three digits cero, before de dot.
I dont know how to do that.
Hi Anonymous,
Try this code creating a new column:
Test = IF(RIGHT(INT(Table1[Column1]); 3) = "000"; 1; 0)
After that you can filter the report or page by this new column.
- Anonymous8 years agoNot applicable
Thanks for the help!!!
- Anonymous8 years agoNot applicable
Im not sure if I can ask here for another or in a new post.
For the same situation, if I only want to show 30 rows (the 30 bigger), is possible to add this in the same Column?
- v-piga-msft8 years agoResident Rockstar
Hi Anonymous,
You 'd better create a new post for a new question.
That will be convenient for people who may have the same question can get the solution directly.
Best Regards,
Cherry