Expression to list column data on a virtual column

faraaz
New Member

Hi All,

I need help with expression that will list column data under a virtual column.

Ex - I have a percentage comp data under “% Comp” column and I want to call the data under a virtual column. Here in my scenario the virtual column will be “Mech” so I want the completed percent value under Mech column.

Looking for help.

Thanks,
Faraaz Shaik

0 1 255
1 REPLY 1

You just want to mirror the same data to a 2nd column?
You retrieve values from columns by putting them inside of square brackets, so:

[% Comp]

Also highly suggest you not use special characters, like “%”, in your column names.

Top Labels in this Space