#1 Yesterday 18:49:53

akamatch14
Member
Registered: Yesterday

Issue with Report Column Display

I need help with a column in my report. When I run the report, one of the columns displays "False" instead of "No." Can someone assist me in updating this column so that it shows "No" instead of "False"?

Thank you!

Offline

#2 Today 11:13:47

alex_lust
Moderator
Registered: 2020-07-03
Website

Re: Issue with Report Column Display

Hi akamatch14,

You can fix the “False”/“No” display in two ways:
1.    Computed Field. In ReportServer, create a computed field that returns “No” instead of “False.” Check the documentation or this forum post for details:
o    https://reportserver.net/de/guides/conf … -Lists.php
o    https://forum.reportserver.net/viewtopic.php?id=301

2.    SQL Query
in the query directly, use a CASE (or similar function) to replace “False” with “No.”

Is this a dynamic list report? That will determine the best approach.

Best regards,

Alexander

Offline

#3 Today 13:29:09

alex_lust
Moderator
Registered: 2020-07-03
Website

Re: Issue with Report Column Display

Offline

#4 Today 14:52:42

akamatch14
Member
Registered: Yesterday

Re: Issue with Report Column Display

Thank you Alex! Adding the the CASE directly in the SQL query worked.

Cheers,
Chris

Offline

Board footer

Powered by FluxBB