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: 
stvn_003
Contributor III
Contributor III

Hide Rows with Suma 0 in Table Simple

Hi buddies, I'm new in QlikView and emerged me a doubt, I have a simple table object in which I have calculated expressions, some of which are sums and other counters, what I want is that the rows are not displayed whose sum is zero .

Note: The 4 last columns of the image are computed expressions.

QV_duda.jpg

Labels (1)
3 Replies
Not applicable

Hi Steven,

you have the zero coming through as the other expressions are returning values and so lines are populating.

If you put a condition on them to be based on your first column, those rows should drop out.

e.g If([Kilos Totales]<>0,Ultima Ocurrencia expression here)

hope that helps

Joe

stigchel
Partner - Master
Partner - Master

Try adding a calculated dimension instead of the Código Sap dimension like this:

Aggr(Only({<[Código Sap]={"=Sum(Kilos)>0"}>} [Código Sap]),[Código Sap])

buzzy996
Master II
Master II

try tis,write a expression on ur field "Kilos totales",

=sum/count/num({$<Kilos totales<>'0'>}Kilos totales)