This is a migrated thread and some comments may be shown as answers.

Graph/Hide date without value

1 Answer 99 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Adrián
Top achievements
Rank 1
Adrián asked on 07 Jun 2019, 10:53 AM

Hello,

I have graph with Y axis (date) and i need hide date without values. It is possible?

 

 

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 12 Jun 2019, 10:32 AM
Hello Adrián,

If you want to hide the dates with no values from the Graph item, you can apply Filtering to the Category groups which contain the date values. In the attached report, the following approach is demonstrated:
1) There is a graph whose data comes from a CSV DataSource. It contains Date and Value columns. Some of the Values are empty.
2) From the properties panel, navigate to Data -> Category Groups -> dateGroup -> Filters
3) Set the new filter as follows:
- Expression=IsNull(Fields.Value,-9999)
- Operator: <>
- Value: -9999

Here instead of -9999, any value which does not exist in the datasource can be used. 

Regards,
Neli
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
Adrián
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or