Forum Discussion
help with Summarize
- 4 years ago
Anonymous
Can you try
summarize(les_items_data,les_items_data[item_id],les_items_data[Tile],"Max Revison",Max(les_items_data[Revision_Number] ) )and let us know if it works or not.
Regards
sanalytics
if it is your solution then please like and accept it as your solution
Anonymous
Can you try
summarize(les_items_data,les_items_data[item_id],les_items_data[Tile],"Max Revison",Max(les_items_data[Revision_Number] ) )
and let us know if it works or not.
Regards
sanalytics
if it is your solution then please like and accept it as your solution
- Anonymous4 years agoNot applicable
Hi sanalytics
yes that did work if I took out the Title element which changed on each revision.
Many thanks
- sanalytics4 years ago
Super User
Anonymous
Glad it works..Much appreciate if you provide kudos.
Regards
sanalytics
- Anonymous4 years agoNot applicable
I've Kudos your last post 😁
Could I ask for a little more help!
by applying your solution i get the following result
I gather the summarize is saying each of the titles is unique hence why they are showing. I only want to show the Title with MaxRevision 20 (in this example). My ulitimate goal is to have a table that shows the most recent Item Title for each Item_id.