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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

list box value in current selection

Hello everyone,

I have created one list box and current selection. If i select year value in list box that value is not displaying properly in current selection.

It is displaying no of days in that particular year. But I want to display as year value.

In script to get year value I used like this

if(year([DW Load])>=2014,[DW Load]) as listbox


in list box i used year(listbox)

Regards,

Kumar

10 Replies
vishsaggi
Champion III
Champion III

Great it worked for you. There i have just used a preceding load before the actual transformation happened in the actual load. Then used the Year function as you know it.

V.