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