Hi
I am trying to create a data table visualization based on my logs received.
Logs are:
Order Number Order reached to Vendor
OR001 Yes
OR002 No
OR003 Yes
Now what I am trying to do here is that If "order reached to vendor" is Yes then display "Success" in data table else display "Failure".
In other words I am trying to use a if condition in data table. Tried to insert JSON condition also but could not succeed.
Can anyone please help.