FORM1 and FORM2 Link

I have 2 charts in 2 different Forms in FORM1 (Bar) sales of product and FORM2(Line) Count of Product both are made from the same data source. In the FORM1 i have a dropdown to filter the chart
Eg: My filter is on Product When i select any product that particular product bar is highlighted.
Now I want use the same dropdown which is in FORM1 and filter the product in FORM2(Highlight the points on line graph). Is it possible to achieve this

Yes, it is possible.

Here’s a past forum post dealing with accessing an item on one from from another form: Accessing a variable on another form without using get_open_form or self.parent

1 Like

Thanks For the response. But I am not getting it. Can you please help


This is the code to filter the the product values which is the dropdown. Plot 1 and Plot 2 are both in Form1 and Plot 3 I have created in the Form2. What needs to be done in this case