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: 
flaviaSdggroup
Partner - Contributor
Partner - Contributor

Line chart

HELLO,

IM DOING A LINE CHART WITH A DIMENSION THAT SHOWS ALL THE MONTHS IN A YEAR AND A MEASURES THAT CAN CALCULATE ALL THE ORDERS MADE IN THAT YEAR FOR EACH MONTH.

 

 

MY PROBLEM IS: 

I WANT TO SHOW THIS RESULTS BUT STARTING AT FEBRUARY OF 2019 NOT FOR ALL IN JANUARY.

WHICH EXPRESSION CAN I USE TO DO THAT?

 

THANK YOU

1 Reply
Lisa_P
Employee
Employee

You can use Set analysis to do this. Just add the condition inside some curly brackets before the aggregated field. as an example:
{<Month={">1"}>}
in a full expression
count{<Month={">1"}>} (orders)