cancel
Showing results for 
Search instead for 
Did you mean: 

Attribute Pointer is null

nikhil_bose
Active Contributor
0 Kudos

hi experts!

I have a requirement to use SingleMarkableCell in a Table. It is implemented without any error. But to fulfill the requirement, Attribute Pointer must be accessed in each and every server round-trip. Pointer value printed in wdModifyView is NULL, but there is proper value if called in any Action.

What I need is on each click on Table Cell, the corresponding cell value or x, y co-ordinates should be printed.

Please help me to implement this approach.

Thanks in anticipation,

Nikhil

Accepted Solutions (0)

Answers (1)

Answers (1)

nikhil_bose
Active Contributor
0 Kudos

Solved using Calculated Attribute. I was waiting for a solution which reduces calculated attributes. My requirement has more than 20 calculated attribute. If there is a way to do it except making these much attribute as calculated, please let me know.

Thank you.