Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Guys,
I have a column with age values called "AGE". I listed them in a straight table. I then created input variables where I can enter the minimal (ageDown) and maximum (ageUp) age
Sum({<AGE={">=$(ageDown)<=$(ageUp)"}>} AGE)
The straight table now shows all values which have an age between the parameters I entered. Works fine, only one problem: I also see 0 values.
Is there a way in which I can get rid of them?
Its true... I never realized this ..
Will keep a note of this . Thanks