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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
fcecconi
Partner - Creator III
Partner - Creator III

multiple values for a text box

hello

I have a table that contains multiple records(current and historical) for the same id.  I want to only display the current record in the text box.  There also can be more than 1 current records, so I really need to show the 1st current record.

thanks

Labels (1)
1 Solution

Accepted Solutions
ramoncova06
Partner - Specialist III
Partner - Specialist III

here is more details on set analysis A Primer on Set Analysis

View solution in original post

4 Replies
ramoncova06
Partner - Specialist III
Partner - Specialist III

do you have a date ? or another field that you can use to obtain the latest information ?

this could be done only({<>})

only({< Date= {">=$(=(max(Date)))"}>}field)

fcecconi
Partner - Creator III
Partner - Creator III
Author

Ramon

No, I only have an indicator for current or historical.

ramoncova06
Partner - Specialist III
Partner - Specialist III

ok, then use the current indicator in your set analysis


only({< Date= {<currentindicator={'Yes'}>}field)

ramoncova06
Partner - Specialist III
Partner - Specialist III

here is more details on set analysis A Primer on Set Analysis