Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying below expression in Qliksense SaaS, but it is not working.
=concat({[Country State]}ML_Country)
My "ML_Country" filter is having state = [Country State] and I am trying to get the value selected from the filter to display in another Textbox having "inherited" state.
Thank you.
Sandeep
The issue could be due to several factors but for starters please try using the following expression instead, in case the issue is because the syntax is incorrect
=concat({[Country State]} distinct ML_Country)