Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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!!

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.