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: 
joeybird
Creator III
Creator III

define stright table date - qlik sense

Hiya

I wish to define data shown in a table in a sheet.

example if I was using a kpi I would use something like

count ({$< SurveyID ={"2"}>}SurveyPersonID)

but I want a table in the sheet to only show me the SurveyPersonID for SurveyID 2 only .

I need to sort by expression but I have no joy

how is this achieved please in qlik sense

kind regards


1 Solution

Accepted Solutions
joeybird
Creator III
Creator III
Author

answered my own question

Aggr(Only({$<SurveyID={2}, QuestionID={1}>}Comments),Comments)

regards x

View solution in original post

1 Reply
joeybird
Creator III
Creator III
Author

answered my own question

Aggr(Only({$<SurveyID={2}, QuestionID={1}>}Comments),Comments)

regards x