Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Qlik Connect 2025! Where innovative solutions turn your data visions into reality: REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue with Hideprefix and Current selections box

Hi All,

       I have a requirement where I need to show the [As of Date ] of the data source file.. Here is some sample data ..

Title        As of date

Vendor    31/12/2011

Location   10/01/2012

Project     31/01/2012

I need to show the As of date of the Project in one of the sheet..

In order to do that I have written a simple if condition (if(Title='Project',[As of Date]). This works fine but the problem is all the time a selection is need to be made in the Title field so that the same will reflect in the Current selections box.I thought of hiding the field using the Hideprefix but I dnt know it is not working..

Any solution other than this are appreciated..

Attaching the sample document for your reference..

Thanks in advance..

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

     Try this expression

     =only({<Title= {"Project"}>}[As of date])

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

     Try this expression

     =only({<Title= {"Project"}>}[As of date])

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Hi Kaushik,

            Thank you for Quick reply.. I forgot of doing the same in Set analysis..

Regards,

Lavanya