Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have already add a expression
Avg({$< PAIS = {[COSTA RICA]},TIPO = {'OBJ','REAL','CUMPL'}>}Agosto16)
It works fine but i could not get to show only COSTA RICA in the table.
As you can see in the picture anothers Countrys are been shown in the table.
What can i do to fix this?
Tnks
Adrian
Try like this
Avg({$< PAIS = {'COSTA RICA'},TIPO = {'OBJ','REAL','CUMPL'}>}Agosto16)
You need to have same set analysis in all expression, Guatemale comes from Setiembre expression.
Use PAIS = {[COSTA RICA]} also in that expression.And all other if there is more.
Thanks for the reply, but I got the same result, GUATEMALA is still in the table as well as the others
if you add PAIS = {[COSTA RICA]} in all expression you will have only Costa Rica
And the same for TIPO = {'OBJ','REAL','CUMPL'} if that should affect on all expression
You may remove the $ and then try
Thank you so much, Got it.
The idea is that in order to hide dimension values, we try to suppress their expression output. Default QlikView behavior will cause those dimension values that produce only 0 or NULL values in all their expressions to be unlisted.
Set Analysis restricts calculations to specific dimension values, but the others will only be hidden if you suppress them in all expressions.
Note that you can disabled this default behavior in the Presentation tab
If you are really trying to show only [COSTA RICA], why not do a calculated dimension
If(PAIS='[COSTA RICA]',PAIS)
Don't forget to check'Suppress When NULL'