Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a calculated dimension as below:
=If($(vAllocation)>7 , 'Occupied',
If($(vAllocation)<4 , 'Available',
If($(vAllocation)>3 and $(vAllocation)<8 , 'Partial Occupied')))
and expression as:
=count(DISTINCT EmployeeID)
It is showing the chart as
on selecting the above chart it must navigate to another sheet.
How can I achieve it anybody help me.........
Regards
Yoganantha Prakash G P
Hi,
Create the dimension in Script and create the chart.
Create a Field Event Trigger - On Select to navigate to other Sheet.
As you have static number of values in pie chart How about creating transparent text boxes on the chart and pulling trigger in the textbox??
Hi Krishnapriya,
I must strickly not to disturb the data model by adding extra field
Put a transparent text object over the pie chart and set the action on it to activate the sheet you want.
I've attached an example file with this functionality.
It is not static values.
Not static values, but there are fixed number of values which is 3. You can create empty text boxes and transperent and use them as triggers by placing them on the pie chart, each on one sector.
No, It is not associating with the navigating sheet....... It must also associate with the navigating sheet.
To Confirm: you can't add an action directly to a chart. You will have to use a worked around
Andy
Dint understand you by "not associating with the navigating sheet.". But check if this is what you want.