Hi all I have a question about decimal number. I have 5 value and 2 of them are decimal and i dont want it to display.
Ex:
10
11.2
15.5
5
3
I want to show only 10 5 and 3 in report. Any Idea how to do that?
TIA
You want to add a filter so only rows with integers are included in the output?
mod([my data item], 1) = 0