Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i created a text object with the command GetCurrentSelections() but would like to exclude a column name hardware.
How would i do that.
thx
You can't exclude a column with GetCurrentSelections().
You can however use GetFieldSelections() multiple times to select the fields you want which is an alternate way of getting the selected values but only for the fields you need - not all.
Petter,
I figured out how to do it.
SET HidePrefix = Hardware; The command just hides the results from your current selections.