Hi,
I’m looking to create some sort of expression that would isolate only the most recent value for the column called Trailer #. I tried a simple MAXIMUM(, but I got an error saying “Incomplete or invalid chart configuration.”
Hi,
I’m looking to create some sort of expression that would isolate only the most recent value for the column called Trailer #. I tried a simple MAXIMUM(, but I got an error saying “Incomplete or invalid chart configuration.”
Hey @codygarcia
Happy Tulip-ing!
Hi Daniel,
So I grouped all columns as you suggested, then set the Load (previously called Trailer) # to Maximum. My end goal is to have the analysis only show the items that contain max value, in this case 20. Could you please review what I’ve done below and let me know what I need to fix/change?
Thanks!
Hey Cody,
As I alluded to– this is not possible in Tulip currently. You will need to explore more creative workarounds which I don’t think I could explain without a lot more context.
Daniel
Hi Cody,
If you are just trying to isolate the most recent value for the column, you can try:
You can see that I am able to isolate the most recent batch in this example.
This will work perfectly if the “Trailer” field is the last field to be updated in the table - if not, it might be worth adding a field in the table like “Trailer Update/Selection Time” that is populated with the current time/date at the same time as the “Trailer” field is updated, allowing you to track which record was actually updated most recently in regards to that field.
Does this make sense? If I have understood your requirement correctly, this should work to give you the table record that most recently had it’s “Trailer” field updated.
Kind regards,
Suraj Patel
Bow&Stern IT Professional Services
Hi Suraj,
If I was to embed an interactive table into an app step, could a user be able to filter values within the player?
Thanks,
Cody Garcia