cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide one column of a table

Former Member
0 Kudos

Dear experts,

I need to hide one column in a table based on one condition. How do I do that?

I tried hiding the header and data field for that column , they dissappeared but the empty column still appears!

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try like this, this works out for me, the columns disappear altogether.



For Header:
data.#subform[0].Table.T_SPFLI.overflowLeader.ID.presence = "hidden"
For Column:
data.#subform[0].Table.T_SPFLI.DATA[*].CONNID.presence = "hidden"

Set the language as FormCalC.

Regards

Runal

Answers (0)