Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

graph in qlikview?

HEY everyone!

I have 3 columns

in the antivirus_daysOld_update there are number of days that the laptop with the 00215F (for example)Netbios_name hasnt been updated

I want to have a graph (Camembert) when I can see the number of laptops that arent been updated more than 200 days old) and the one which the antivirus_daysOld_update is less than 200

Netbios_name                 serial_number                      antivirus_daysOld_update

002125F                         41F598666                                            512                  

g459665                          5463S556                                             50

The second question: I want to have in the graph VERSIONS OS the percentage instead of the number on laptop that has OS7 or OS XP.

P.S sorry I have a bad English

11 Replies
awhitfield
Partner - Champion
Partner - Champion

There are no dimensions in the bottom pie chart, but 2 expressions as follows:

=Count({1<AntiVirus_daysOldUpdate={">=200"}>}Serial_number)

=Count({1<AntiVirus_daysOldUpdate={"<200"}>}Serial_number)

MarcoWedel

Hi,

I already prepared an example when I noticed this is an old thread:

QlikCommunity_Thread_155204_Pic1.JPG

QlikCommunity_Thread_155204_Pic2.JPG

hope this helps ...

... someone

regards

Marco