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: 
sarasmonu
Creator
Creator

GetfieldSelection() not working

Hi All,

getfieldselection([Day.autoCalendar.Year]&'-'&[Day.autoCalendar.Week]) is not displaying any value.

Please let me know what is it that i am doing wrong.

Thanks,

Monu

1 Reply
undergrinder
Specialist II
Specialist II

Hi Monu,

I think that function with composite argument (Day.autoCalendar.Year]&'-'&[Day.autoCalendar.Week]) doesn't work.

Try:

=Getfieldselection([Day.autoCalendar.Year])&'-'&Getfieldselection([Day.autoCalendar.Week])


G.