Hello buddies, howdy ?
i want to apply a filter in a graph, to show only the reqired data! i know it could be done in the loading of the data but i am going to try in scripting. this is my filter but doesn't work! it is applied in the Y direction and the X is the date! any Idea ?
Try something like this : Sum({<CodMP={"2-L%"}>} sUmqta14)
It does not show anything , i tried!
The percentage means maybe there are some more values ! like a condition in SQL
use a set analysis to apply a specific filters on a chart
you can use Set Analysis for the same where the indirect field will influence the column
Use this Link for the Wizard which will help you in framing the same:
Set Analysis Wizard for QlikView | qlikblog.at
Regards,
Abhijith
May be this -
Sum({<CodMP={"2-L*"}>} sUmqta14)
Sum({<CodMP={"2-L*"}>} sUmqta14)
this will return the sum of sUmqta14 for all the CodMP that start with 2-L
Hi Moslem,
Maybe you can try this:
Sum ( if(WildMatch(CodMP,'2-L*') > 0,Value,null()))
I hope this helps.
Regards.