Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello !
I have a Combo Chart where I want to show the revenue trend for the last 12 quarters whatever selection I select in a List Box where I have lsited all quarters. So I'm using the List Box to select quarters in order to modify other charts, but I want the Combo Chart to always show the last 12 quarters anyway.
Is there a way to fix that ?
thanks,
dani
Dani
If I understand you correctly, you need this revenue trend to ignore the selections of quarters. For that, just use a set expression which ignores the selection of quarters:
<{Quarter=}>
or add Quarter= to the existing set expression. Depending on your data model, it may be necessary to ignore selections in some related fields, such as Month or Day.
HTH
Jonathan
Hi Dani,
sorry, I cannot explain just how to do it, but it seems to me that you'd have to use "alternate states", whereby you essentially have two sets of data, each of which following selections in different listboxes, thus being independent of selections in the other state.
There must be something on it in the manual. I read it in "QlikView 11 for Developers", but I never used it yet. When the time comes for that kind of fine-tuning, I will read up on it again.
Best regards,
DataNibbler
Hi Dani,
Do you need this Combo chart irrespective of the list box selection ?
I meant, like even though u select any specific quarters in list box, it should not affect your Combo chart.
Is my understanding correct ?
Hi Praveen,
Yes this is what I want to do with the Combo Chart.
Thks,dani
Dani
If I understand you correctly, you need this revenue trend to ignore the selections of quarters. For that, just use a set expression which ignores the selection of quarters:
<{Quarter=}>
or add Quarter= to the existing set expression. Depending on your data model, it may be necessary to ignore selections in some related fields, such as Month or Day.
HTH
Jonathan
EXCELLENT, that works now ! Thanks Jonathan
Hi Dani,
I will go with Jonathan. Its the only way as of I know.
Dani,
One more way is, you can actually detach the Combo chart alone. Right Click --> Detach
So it will still show the values of all quarters and it will not respective to selections.
I think this might help u.
Regards,
Praveen