Hi all,
I have Screen1 and Screen2, in which i want to apply the same filter for Entity.
Through a procedure I managed to apply the same filter (that we can call "Deal") to both Screen1 and Screen2, by selecting it from the Screen1.
Keeping in mind that Screen2 is already filtered for "month", when i apply the filter "Deal" on the Screen1, the same filter is correctly applied to the Screen2.
However, the filter "Month" on the Screen2 got deleted.
How can i mantain the filter "month" on the Screen2 while selecting the filter "Deal" on the Screen1?