R
RAGHAVAN JAYARAMAN
I want to display Hyperlink ,only for Certain Members on Pivot Field. I have
a created a calculated Field based on Field which contains Count. The values
for some of the Count contains "0" ( Zero) and i don't want to enable
hyperlink for this
field. Alternatively if enabled hyperlink on Pivot Field , how can cancel
the Hyperlink
click event. I have handled Click event and attached to OWC component but
eventhough i cancel the event , it still launches the hyperlink.
on the event handler , i tried ( return false ) and also event.returnValue =
false.
Both didn't work , but i can capture and display values and cannot cancel
hyperlink
for count that contains "0".
Thanks
a created a calculated Field based on Field which contains Count. The values
for some of the Count contains "0" ( Zero) and i don't want to enable
hyperlink for this
field. Alternatively if enabled hyperlink on Pivot Field , how can cancel
the Hyperlink
click event. I have handled Click event and attached to OWC component but
eventhough i cancel the event , it still launches the hyperlink.
on the event handler , i tried ( return false ) and also event.returnValue =
false.
Both didn't work , but i can capture and display values and cannot cancel
hyperlink
for count that contains "0".
Thanks