If we have an icon on our interface, ("clickable icon") ----> configured with a start process i.e. when we click on it, a report opens and shows on a new tab, is there a way to show that report in a pop up and not in a new tab?
Icon image attached fyr:
Discussion posts and replies are publicly visible
For that, you will have to create a fake pop-up. You can call that report in the same interface and then show it based on a condition.
Can you elaborate a bit on it more? I am calling that report in the same interface using a start process function, and it is showing based on a condition only
The issue is opens in a new window and not as a pop up.
Don't use process. Just call that interface just like you call a rule. When you click on this icon, set a variable to true. Add a condition that if variable-true, then show the report else hide it.