cancel
Showing results for 
Search instead for 
Did you mean: 

Input Control Group Web Intelligence 4.2

Former Member
0 Kudos

I've created Input Control Group for State and City. If I select State prompt and City prompt value show up in Cell header .I'm writing an incorrect formula :

=If NoFilter(Count([State])) = Count([State]) Then "All State" Else ReportFilter([State]) + " " + If NoFilter(Count([City])) = Count([City]) Then "All City" Else ReportFilter([City])

Please help me !! Thank you !! input-control-2.png

Accepted Solutions (0)

Answers (1)

Answers (1)

kohesco
Active Contributor
0 Kudos

=If Count([State)= 1 Then ([State]+" "+ ( If Count([City])= 1 Then [City] Else "All cities")) Else "All state"