Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

RDL reporting expression for multiple Boolean

(0) ShareShare
ReportReport
Posted on by 5

Hello ,

I want expression for below scenario in RDL(SSRS) reporting Expressions.

Columns Australia, Austria, Brazil, Canada and China are Boolean

I want to show "Australia, China" when both columns are true

Current the formula as below:

=Left(
  IIf(Fields!crms_australia.Value,"Australia, ", "") &
  IIf(Fields!crms_austria.Value,"Austria, ", "") &
  IIf(Fields!crms_brazil.Value,"Brazil, ", "") &
  IIf(Fields!crms_canada.Value,"Canada, ", "") &
  IIf(Fields!crms_china.Value,"China, ", ""),
  Len(
    IIf(Fields!crms_australia.Value,"Australia, ", "") &
    IIf(Fields!crms_austria.Value,"Austria, ", "") &
    IIf(Fields!crms_brazil.Value,"Brazil, ", "") &
    IIf(Fields!crms_canada.Value,"Canada, ", "") &
    IIf(Fields!crms_china.Value,"China, ", "")) - 2)
I used left function to get trim last 2 character ", " and if scope is repeated twice for the text and getting the length.

Would I know is that any better idea to get the countries from field?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 671 Super User 2025 Season 1

#2
Vahid Ghafarpour Profile Picture

Vahid Ghafarpour 167 Super User 2025 Season 1

#3
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 138 Most Valuable Professional

Product updates

Dynamics 365 release plans