deprecatedclass %DeepSee.PlugIn.iKnowDictionary
extends %DeepSee.PlugIn.iKnow
Sample DeepSee plugin implementation exposing the number and total count of matching
results for a domain associated with an iKnow measure in this cube. This PlugIn has two
properties available for use in queries: MatchCount and MatchScore. These
numbers will have been broken down to the appropriate Dictionary and Item levels if there
is a corresponding Dictionary and/or Item member in the current filter, row or column spec.
The following arguments can be passed through <filter> elements in the KPI XData block:
- %cube: the Subject Area which' iKnow measure to look for. Uses the default cube for this query if not specified.
- %measure: the iKnow measure (in cube %cube) whose domain needs to be queried. Uses the first iKnow measure in %cube if not specified.
- aggregate: how to aggregate the match count or total score. Any of sum (default), average, max or min.
Sample usage:
%KPI("%DeepSee.iKnowDictionary","MatchCount",1,"aggregate","sum","%CONTEXT")
Note: it is essential to pass in the "%CONTEXT" special parameter into the %KPI function for
it to return correct results.
• parameter BASECUBE = "*";
Cube that this plug-in is based on.
This determines which cubes (or subject areas based on this cube) can see this plug-in.
This can be a comma-delimited list. The cube name(s) should not be enclosed with [].
• parameter LISTINGFIELDS = "ID";
If defined, this the field list (RETURN clause) of the listing used to supply data for this
plug-in.
• parameter LISTINGSOURCE = "FactTable";
Specifies the source of the listing data used by this plugin: "SourceTable" - the data source
supplies the listing values; "FactTable" - the fact table supplies the listing values.
• parameter PLUGINTYPE = "Aggregate";
Specifies the type of this plug-in. This indicates the context in which this plug-in is used.
"Pivot" -- the plug-in is visible within the Analyzer dimension tree.
"Aggregate" -- the plug-in is not visible within the Analyzer dimension tree.
Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.