I have number parameter field 'period'. It accepts range values (0-13). I dropped this field in the report so whatever the range value user selects, report should display it.
eg. if user selects start value: 0 and end value:1,
report needs to display: 0 - 1.
Currently it shows blank. If it is change to accept discrete value, then it is not blank. How to display the range value in report? Thanks.
eg. if user selects start value: 0 and end value:1,
report needs to display: 0 - 1.
Currently it shows blank. If it is change to accept discrete value, then it is not blank. How to display the range value in report? Thanks.