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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register 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.