Hi all,
More than an incident, what I have is a doubt.
I've built two webis, and it's possible to go from 1st webi to 2nd webi. It can happen that sometimes there is no data when going to 2nd webi, what is correct.
What I would like to know if it's possible to configure somehow the hyperlink from 1st webi, in the way it works only when 2nd webi has data for that selection.
I mean, let's explain with an example:
1st webi is a list of SalesRep
2nd webi is a list of SalesRep and associated customers.
We have this data:
SalesRep Assoc.Custom
001 01101
001 01201
002 02102
003
004 04104
If I open 1st report, I see the list of all SalesRep (and other characteristics not related to this doubt). If I click on SalesRep = 001, I will go to 2nd webi filtered by SalesRep 001, and I will see only 01101 and 01201 associated customers.
If I click on SalesRep 003, 2nd webi won't display any data as there aren't associated customers, and that behaviour is correct.
What I would like to know if it's possible to configure hyperlink in the way that in 1st webi, for SalesRep = 003, hyperlink is not active.
Regards