Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I am having a list box with field as Customer and Owner and also having two different charts name d as Customer and Owner Scrolled down in Sheet.
Now if i click on Customer Field in List box.
then the cusor should go to the Customer Chart Position.
Is this is Possible in Qlikview using any Macro.
Please Suggest a answer.
Regards,
Pranav
Hi,
I'm not really sure what you want.
You can set a trigger on a field. So when you select a field, a chart is opening.
You can also set a condition on a chart, so the chart is showing up after you make that selection.
That's the easiest way.
Succes,
Halmar
load inline [
condition
Customer
Owner
;
;
];
then prepare all charts and in layout-> conditional for customer chart write condition='Cutomer'
and in Owner condition='Owner'
then take list box of with field name condition
then when you click n list it will shw you result accordingly
Dear Sunil and Halmar thanks for your reply,
But i dont want the charts to be hidden and shown when the field is clicked.
The charts will be visible always only it is that this charts will be at the bottom of sheets when we scroll down the sheet we can see the charts. as there are other objects in sheets.
so as i will click in one field in list box it should take me to the bottom of the sheet where this respective chart is there.
Please suggest how can i do it.
Regards,
Pranav