Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sandeepk218
Contributor II
Contributor II

Not able to get the value from alternate state created

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

Labels (1)
1 Reply
Chirantha
Support
Support

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)