In saved search, I'd like to get the most out parent of current item's class. So if current class is "ABCDEFGHI", I want that "ABC" in column. How could I do that? Any help would be appreciated
m
Marc
01/15/2024, 8:57 PM
ABCDEFGHI is in field ? Like for subsidiary parent:child ?
If yes with SUBSTR({field}, 1, INSTR({field}, ':') - 1)