Forum Discussion
To Show the latest Status based on Columns Value
- 5 years ago
Hey JakeandSnake ,
for the example you provided it worked 😉
Rename the columns to give the step an order and put the number first, then it will work:
And the result:
When you have more than 10 columns make sure you have the same amount of numbers at the beginning everywhere:
If you need any help please let me know.If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍Best regardsDenisBlog: WhatTheFact.biFollow me: twitter.com/DenSelimovic
Hi selimovd ,
Thanks for your advice.
I assume your last step is to group by the MAX of the "Attribute" column.
And I guess it works because the status columns are named sequentially " Step 1", Step 2"...
However, when I tried mine, which status columns are totally words like "Step ABC", "Step BCD"...The results were not accurate. Any idea?
Hey JakeandSnake ,
for the example you provided it worked 😉
Rename the columns to give the step an order and put the number first, then it will work:
And the result:
When you have more than 10 columns make sure you have the same amount of numbers at the beginning everywhere:
- JakeandSnake5 years agoFrequent Visitor
Thanks~ It works for me now!