Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Use
=GetSelectedCount(Ort) Or GetSelectedCount(SalesRepTxt)