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

Simple chart with different variations

Hi,

I need to produce 2 line charts with the small variation.

First Line chart : on the x axis i want the dimension Time for the last 6 months and y axis i want the browser only chrome,firefox and IE to display over the time.

Second chart : on the x axis I want the dimension Time for the last 6 months and Y axis I want only the IE Browser with different versions.

Can any one help pls. its urgent.

regards,

Vamsi.

Note: How can I filter the Browser agents to show only Chrome, Firefox and IE in the first chart

           How can I filter the Browser agents to show only IE ones in the second chart.

services.png

3 Replies
muthukumar77
Partner - Creator III
Partner - Creator III

Hi,

Can you send me sample qvw?

Muthukumar Pandiyan
tcullinane
Creator II
Creator II

Use Set analysis. So your expressions will be something like;

sum({<uastats_agent_main={'Chrome*','Firefox*','IE*'}>}hits)

for all three (note wild card * to allow for variations such as /01 or /02 etc)

and

sum({<uastats_agent_main={'IE*'}>}hits)

for just IE

Anonymous
Not applicable
Author

Thank you.