Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Condition to show a chart

Hello,

I try this expression to show a chart depending on if the user choose an city or salesrep

but it doesn´t work. What is wrong?

getfieldselections(Ort)<>'' or getfieldselections(SalesRepTxt)<>'' 

kindly

Håkan

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Use

=GetSelectedCount(Ort) Or GetSelectedCount(SalesRepTxt)

View solution in original post

1 Reply
MK_QSL
MVP
MVP

Use

=GetSelectedCount(Ort) Or GetSelectedCount(SalesRepTxt)