Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
In my example, I need to know the products that are available to compare with products sold in a period.
When I select a period, I also need to count the products that did not have sales.
Example.
I have a 2 products in Central and 3 products in Sucursal, and when I select "Sep", I need to continue counting the number of products in deposit.
See attachment.
Regards.
Hi,
Could you tell me what output you are expecting from the given data set.
Regards,
Kaushik Solanki
Hi.
when I select "Sep", I need the set output showing the same value.
Regards.
Hi.
Any suggestions?, Please!.
Regards.
Hi
Due to need to exclude the month selection?
if so,
count({$<Mes=, Exi=-{0} >} NombreProdu)
hope it helps
Hi.
Thanks for responding.
In this case, yes, but I need it in a larger project where there may be several dimensions to exclude.
Regards.
Hi
Please refer this
http://community.qlik.com/docs/DOC-1334
For all dimension exclude,
use like this
=Sum({1}Sales)
Hope it helps