Referencing Analysis IDs

(imported topic written by SystemAdmin)

Hi,

I’m working on a dashboard that pulls information from analysis objects. I’m having problems referencing analyses by their ID from the master action site (e.g. “00-144”), instead of an external site (e.g. “6”). An example of one of the queries I’m using:

(id of computer of it, value of it) of results of property 5 of fixlets ‘00-114’ whose ( exists best activation of it AND active flag of best activation of it) of (bes site whose (name of it contains “XXX”))

As you can see above, the ID of the fixlet (analysis) is ‘00-114’. This gives me all sorts of errors when trying to load the dashboard, such as “Singular expression refers to nonexistent object.” However if I use the dashboard/analysis on the external site, with the ID from the external site, like so:

(id of computer of it, value of it) of results of property 5 of fixlets 6 whose ( exists best activation of it AND active flag of best activation of it) of (bes site whose (name of it contains “XXX”))

there’s no problem.

Can anybody shed some light on what’s going on here? I’m finding the values of the IDs from the “Details” tab of the analysis object in the console.

Thanks,

Lachlan Hillman.

(imported comment written by BenKus)

Hi Lachlan,

Just use …

fixlets 114 whose

The “00” references which server issued the action (and it will always be 00 unless you are using DSA).

Ben