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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
saso_1970
Creator
Creator

Difference use of expression in qlik view and qlik sense

Hi,

I notice that with new version of Qlik sense June 2017 Patch 2 you can not use any more expression like in qlik view for example:

this expression in Qlik View and Qlik sense v3.2 SR4 work very well

Sum({< Layer={'$(=if(count(Number)>1, 'PY', '$(vcomparison)'))'}>} .Value)


in Qlik Sens June 2017 patch  this same expression will only work if I remove the apostrophes :


Sum({< Layer={'$(=if(count(Number)>1, 'PY', '$(vcomparison)'))'}>} .Value)



expresson.PNG



Thank you

1 Reply
shraddha_g
Partner - Master III
Partner - Master III

This?

Sum({< Layer={"$(=if(count(Number)>1, 'PY', '$(vcomparison)'))"}>} .Value)