Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI all,
I am new to qlikview and have a straight table that shows product cost for every month. When i make selections in the Listbox i want the straight table to only show the choises that i have made. For example, if i chose June in the listbox the straighttable shold only show the products that were sold in june and the cost for these.
Help would be much appreciated!
Beest regards!
... or it could be simpler to use a Pivot Table like the attached :
Go to Chart properties > Presentation > Conditional
select each of the expression and put your condition to hide and un-hide
Ex for June : if(getfieldselections(Month)=6,1,0)
... or it could be simpler to use a Pivot Table like the attached :
Hi Hampus,
change the chart type to a pivot instead!
HTH - Andy
Thank you for the response! There's still a problem tho. When i make a single selection of the months it works fine but when i do multiple month selections all columns hide, any thoghts?
best regards!
okey nice! what is the if-expression youe have put in the table?
best regards!
Hampus
Just checked the qvw that I posted and it works fine for me.
You can try : =if(GetSelectedCount(Month)=1,1,0)
Got the personal edition of qv at the moment, so cant open other qvw files right now. Shold be fixed until tomorrow tho, would appriciate the if statement:)
Hampus
There is no if statement, just do it like this :