Forum Discussion
dglinka
9 years agoRegular Visitor
Max with Text data
I need to get the Max (or latest) Version by FullBuildID, problem is the FullBuildID is not a numeric value so when I use Max it returns a 0. Here is a sample of my data: Product Version Ful...
- 9 years ago
You could create a new column like this:
FullBuildNum = SUBSTITUTE([Full Build ID],".","")
Switch the column to Whole Number.
Greg_Deckler
9 years agoCommunity Champion
You could create a new column like this:
FullBuildNum = SUBSTITUTE([Full Build ID],".","")
Switch the column to Whole Number.