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

GetFieldselections Help !!

Hi,

I've attached the example .qvw. I am using alternate state for comparing months.

In the table second expression's label should dispaly the selected Month as May to display in the table.

Need help!!

Labels (1)
1 Solution

Accepted Solutions
Not applicable

Hi Murali,

Use this :

=only({DateCompare<Month=DateCompare::Month>}Month)


Attached document with changes.


Regards,

Anjali Gupta

View solution in original post

7 Replies
Not applicable

Hi Murali,

Use this :

=only({DateCompare<Month=DateCompare::Month>}Month)


Attached document with changes.


Regards,

Anjali Gupta

tamilarasu
Champion
Champion

Hi,

Use,

=Concat(DISTINCT {[DateCompare]}Month,', ')

Capture.PNG

t_chetirbok
Creator III
Creator III

Hello!

Use in your second label

=GetFieldSelections(Month,'','','DateCompare')

MuraliPrasath
Creator III
Creator III
Author

thank you sooooo much.

t_chetirbok
Creator III
Creator III

I think it is not optimized solution to use expression

Not applicable

Welcome Murali

tamilarasu
Champion
Champion

I have already tried this and it's not working for me. I am not sure which version supports the third parameter.