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: 
Anonymous
Not applicable

Qliksense Calculation

Hello all,


I'm new to qliksense and i couldn't perform below SQL query via calculations. Could you please help me ? Thanks in advance.


      SELECT  count(HOSTNAME) as COUNT

      FROM TABLE

      where INSERTTIME = (select max(INSERTTIME) FROM TABLE );

2 Replies
petter
Partner - Champion III
Partner - Champion III

Are you trying to do that in the load script or as an expression in a chart object in a sheet?

Anonymous
Not applicable
Author

I'm trying to achieve it with expression in a chart object.