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: 
Anonymous
Not applicable

Please with table

Hi all,

I have a file, where there is comment field "CleanedText_Comment"

I'd like to select any comment from "CleanedText_Comment" and get Id and Url in a table chart.

My manually steps work so:

1. I select any comment from list box "CleanedText_Comment"

2. Select possible SessionId

3. Deselect "CleanedText_Comment"

My table show me all values.

Please find the attached file.

Thanks,

11 Replies
Anonymous
Not applicable
Author

Is possible ignore selection in dimension level?

Anonymous
Not applicable
Author

I got it

vSID=IF(GetSelectedCount(CleanedText_Comment)=1, SessionId,null())

trigger  CleanedText_Comment onSelect and onChange

select in Field SessionId

=vSID

in the table expression

only({<CleanedText_Comment= ,SessionId={'$(vSID)'}>}Url)