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: 
senthilkumar_c1
Contributor
Contributor

Ignore selection in the chart

Hi ,

I am using below expression in my chart but i am not able to see any data when i made the selection . I want to ignore the selection . Can you please suggest solution for this .

Dual(Date(FDate,'MMMDD-YY')&Chr(13)&FName,if(WeekStart=MWeekStart ,$(vMile)  *1.1))

vMile = sum(Projected_Close)

Labels (1)
4 Replies
Anil_Babu_Samineni
MVP
MVP

May be this?

Dual(Date(Only({<IgnoreField= >} FDate),'MMMDD-YY')&Chr(13)& Only({<IgnoreField=>} FName) ,if(WeekStart=MWeekStart ,$(vMile)  *1.1))


In case, You are going to ignore you can use

vMile = sum({<IgnoreField=>} Projected_Close)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
senthilkumar_c1
Contributor
Contributor
Author

Hi

Sorry for the update . But its not working

Anil_Babu_Samineni
MVP
MVP

Can you attach your application to investigate ?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
senthilkumar_c1
Contributor
Contributor
Author

Hi Anil ,

I have attached the sample app for your reference