In saved search, I'd like to get the most out pare...
# general
b
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
ABCDEFGHI is in field ? Like for subsidiary parent:child ? If yes with SUBSTR({field}, 1, INSTR({field}, ':') - 1)