Hello gurus,
In my WDA component, I have a view with one table (NOT ALV), I need to be able to change a property inside a table to LinkToAction, I tried searching here but could not find any specific answer to my requirement.
The table has two columns:
1. Description
2. Amount
I need to be able to change the property of the first column to LinkToAction if the Amount is not equal to 0.00.
In the below example, row 1 and 3 were changed to LinkToAction since the amount is not 0.00, the text will remain on display mode if the amount is equal to 0.
| Description | Amount |
|---|---|
| Click to view details | 100.00 |
| Click to view details | 0.00 |
| Click to view details | 50.00 |
Thanks in advance,
Ricky