Session Relevance for all custom properties

Is there any way to list all custom properties along with their relevance?

If they are part of an analysis, also list the name of the analysis?

Try this

(name of it, name of source analysis of it | "NA", definition of it) of bes properties

3 Likes

Sorry, got pulled into a urgent issue yesterday.

This worked but can we limit it to just custom properties?

Try:

Bes properties whose (custom flag of it)

That helped but now it is not pulling any properties from Analysis that are custom.

I’m not sure if there is any easy way to filter only properties you have created and omit all built in properties, and properties from custom sites from other platform provided analysis. The custom flag inspector doesn’t seem to provide that option…not really sure what “custom” represents in that context TBH.

Separating HCL created properties from yours will be challenging, especially if you have a mixture of global properties and analysis properties.

@D.Dean

Try

bes properties whose (custom flag of it or custom flag of source analysis of it)

4 Likes

That did it.

Thanks everyone.