Forum Discussion
Vishruti
Helper I
2 years agoFilter Rows if a Column Contains Blanks in Paginated Reports
Hello, I have a column called 'ProjectNames' in my data table which contains blank values. I want to filter out rows that contain blanks in ProjectNames column. How can I achieve this in Pagin...
- Anonymous2 years ago
Hi Vishruti
If you want to filter out rows with null values in paginated report, you can try the solution from the following links:
Expression: =IsNothing(Fields!ProjectNames.Value)
Type: Boolean
Operator: =
Value: false
Result
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Anonymous
2 years agoNot applicable
Hi Vishruti
If you want to filter out rows with null values in paginated report, you can try the solution from the following links:
Expression: =IsNothing(Fields!ProjectNames.Value)
Type: Boolean
Operator: =
Value: false
Result
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!