Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
ananyaghosh
Creator III
Creator III

How to create link for each dimension value in straight table

Hi,

In the attached image I have to create link for each dimension value in straight table. When I click on a link it will open a separate sheet with details for customer. Can it be possible here? as it is possible in Cognos.

Table.png

Thanks,

Sandip

2 Replies
Anonymous
Not applicable

Instead of linking to another sheet you could do a conditional Show / Hide via the Layout tab of your table's properties with a condition like :

    GetSelectedCount(Firm)  <> 1

And this should hide the table when a single Firm is selected.

Then create your Customer Details object on the same tab with a conditional Show / Hide like :

    GetSelectedCount(Firm)  = 1

This should show those object when a single Firm is selected.

HirisH_V7
Master
Master

Hi,

Check this Example May be its helpful for u,

Using Field event triggers,

Straight table Dimension Linking to other Sheet-244845.PNG

Else, we can do another way by placing transparent text objects on every dimensional fields .once clicking on them will direct to corresponding sheets.

HTH,

PFA,

Hirish

HirisH
“Aspire to Inspire before we Expire!”