cancel
Showing results for 
Search instead for 
Did you mean: 

Only Show One Line of Data Depending on Status Column

Former Member
0 Kudos

Hi Gurus,

I have the ff. task which I need some help with.

I have a table which has a unique ID per entry and depending on the value in the Status Column (i.e. Pending/Approved/Declined), I'd only like to see one entry.

So to clarify, the initial status of an entry is pending, once it has been changed to Approved/Declined, I want to get rid of the Pending line.

How would I write this using VC syntax?

The fields I have to work with are the unique ID field and the actual Status value...

Thanks,

Bim.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Used an aggregate (MAX/Group By) to resolve this issue, closing it.