Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
jino_kannen
Contributor III
Contributor III

Join and like function on same table

Spoiler
Is it possible to do same sql query on qlik?
SELECT distinct(L.ObjectID)
FROM Location L join Location LL on
L.HierarchyPath like concat(LL.HierarchyPath ,"%") 
2 Replies
jino_kannen
Contributor III
Contributor III
Author

If a Hierarchy path is selected , all its succeeding paths have to be listed.
paths are like

08m9FMK+YkGfdZVOuDn5JQ==.
08m9FMK+YkGfdZVOuDn5JQ==.fTOIO216FEysydjZ+hXPCA==.
08m9FMK+YkGfdZVOuDn5JQ==.fTOIO216FEysydjZ+hXPCA==.CXZbHjLTMkeYzNhM7SjQCA==
Channa
Specialist III
Specialist III

yes u can write sql

or u can build view and call the view

Channa