Hi,
I can set a label widget to show the data from a datasource.
However, I need a label to display the data from the Parameters passed to the report.
For example, I have a report and the date range is entered as a parameter is 1st April 2019 to 23rd April 2019, but I only have data for 1st - 20th April.
If I base the label widget on the data, the widget will only display 1st - 20th April.
I need it to show 1st - 23rd April.
I've tried
{{:Range.Start}}
{{:Parameters.Range.Start}}
{{:START}}
So far, they all just return a text value of "All"
Thanks