Forum Discussion
Anonymous
2 years agoNot applicable
Check if 2 not sorted string contain the same data
I have a problem I want to check if 1 string is the same than another but in a diferent order in a table measure Example: string1= Jupiter,mercury string2= mercury,Jupiter and return "yes" if...
danextian
2 years agoSuper User
Hi Anonymous
The approach depends on how you are going to compare the two strings. Are you selecting from two dropdowns, etc? Are they from separate tables? Same column but different rows?