Skip to main content
Solved

AQL for Purpose Tags


Forum|alt.badge.img+4

Easy question: I used to be able to use this AQL search to look up tables with specific purpose tags, but it’s no longer working with the upgrade to 14.3. Does anyone have a suggestion? Here is the AQL search I used: dataInstances.any(displayName = '[Purpose Tag]')

Best answer by Lisa Kovalskaia

Hi @lsmall028,

There must have been a tiny change in the metadata model and the name property is now referenced instead of the displayName. So this query should work in v.14: dataInstances.any(name = '[Purpose Tag]')

View original
Did this topic help you find an answer to your question?

2 replies

Lisa Kovalskaia
Ataccamer
Forum|alt.badge.img+3

Hi @lsmall028,

There must have been a tiny change in the metadata model and the name property is now referenced instead of the displayName. So this query should work in v.14: dataInstances.any(name = '[Purpose Tag]')


Forum|alt.badge.img+4
  • Author
  • Data Enthusiast
  • 1 reply
  • August 14, 2023

Thank you so much for the response. This worked perfectly. πŸ˜


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings