As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
I'm working on a IBI Portal solution and we have at the moment a dashboard running with 6 independent reports (in 6 different fex files). These reports can be filtered through a global filter with 7 different dropdown boxes.
I saw that it's possible to casscade these dropdown boxes so i.E. if you pick a start date all or some of the dropdown boxes are filtered as well: You can achieve this behavior over the "Paramters" panel in the app studio by drag and dropping one html element to another.
Question/requirement: In my case the dropdown boxes aren't cascaded. Instead i.e. if you start with the last dropdown box all others must be updated as well. So there is no chaining rule for the dropdown boxes at all. The user can start selecting his filter parameters wherever he wants and all others must be updated.
Additional info: The problem I facing within the parameters panel in app studio is that you can only have one directional relationship between the comboboxes. A bidirectional or "cyclic" dependency can't be created.
Is there a way that I can achieve this with the app studio resp. with the out of the box tools?
Many thanks for sharing your ideas and sponsor your time.
Best regards MattThis message has been edited. Last edited by: FP Mod Chuck,
WebFOCUS 8 Windows, All Outputs
Posts: 26 | Location: Switzerland | Registered: August 17, 2016
For all: In the mean time I tried a kind of workaround solution for solving this problem. I created a fresh "Selection changed" trigger with a 7 refresh actions with input control (dropdown boxes) as target type. This works, but in my case I have a performance problem. The refresh process can't finish and the browser crashes (stop javascript).
Best regards Matt
WebFOCUS 8 Windows, All Outputs
Posts: 26 | Location: Switzerland | Registered: August 17, 2016