Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to call a chart by clicking on a object field.

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

3 Replies
Not applicable
Author

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

SunilChauhan
Champion
Champion

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

Sunil Chauhan
Not applicable
Author

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