Forum Discussion
AGo
6 years agoPost Patron
First hierarchical nonblank value
Hello, I've got a table with these columns: ParentID(text), ID(text), Attribute(text). For each ID I need the first upper hierarchical non-blank Attribute to be returned in a calculated column. e...
Greg_Deckler
6 years agoCommunity Champion
Should be, check out the PATH function.
- AGo6 years agoPost PatronYes, I tried, but I think it is a fundamental part of a more complicated function to be written.