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: 
kunkumnaveen
Specialist
Specialist

chart should not changed my selecting fields

Hello All,

i dont want my chart to be changed if i select location ,year,quarter fields.....

the expression i wrote in my chart is  FirstSortedValue(QUARTER,-ADATE)

1 Solution

Accepted Solutions
sunny_talwar

Try this:

FirstSortedValue({<LOCATION= , YEAR= , QUARTER= >} QUARTER, -ADATE)

View solution in original post

2 Replies
sunny_talwar

Try this:

FirstSortedValue({<LOCATION= , YEAR= , QUARTER= >} QUARTER, -ADATE)

Anonymous
Not applicable

FirstSortedValue({<LOCATION= , YEAR= , QUARTER= >}) QUARTER, -ADATE)