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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
stephane1
Contributor
Contributor

remove empty column in chart

Hello,

I will want to display the average of my MTBF (column 1) of the name (Name column) of the non-empty rows of the sector_mtbf column

How to proceed

thank you

stephane1_0-1638857306407.png

 

1 Reply
anat
Master
Master

LOAD Name,avg(MTBF) Resident test where not match(sector_mtbf,'-') Group by Name ;