Forum Discussion
AGo
Post Patron
6 years agoFirst 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
Community Champion
6 years agoShould be, check out the PATH function.
AGo
Post Patron
6 years agoYes, I tried, but I think it is a fundamental part of a more complicated function to be written.