Hi Guys,
I have a line chart report which runs for a selected prompt value.
Eg. Prompt Fruits = "Apple" . It works fine.
But If I select Fruits = "All" then no data appears in the chart. I have created a filter in the dataset if the prompt value "All" is selected.
i.e iif( prompt!value = "All", "*", "Apple") .
The dataset has Fruits, SalesDate , SaleY .
In Chart Data values (area) I have SalesY and its category in the property is SalesDate.
Thanks