Indicator Type
|
Use as Source
|
Use as Target
|
---|---|---|
Dynamic text
|
No
|
Yes
|
Interactive summary and bar chart
|
No
|
No
|
Interactive summary
and scatter plot
|
No
|
No
|
Interactive summary and targeted bar chart
|
No
|
No
|
Yes
|
No
|
|
Spark table
|
Yes
|
Yes
(footnote 2)
|
Indicator Type
|
Use as Source
|
Use as Target
|
---|---|---|
Chart with slider prompt
|
No
|
Yes
|
Dynamic text
|
No
|
Yes
|
Interactive summary and bar chart
|
No
|
No
|
Interactive summary
and scatter plot
|
No
|
No
|
Interactive summary and targeted bar chart
|
No
|
No
|
Indicator Type
|
Use as Source
|
Use as Target
|
---|---|---|
Chart with slider prompt
|
No
|
No
|
Dynamic prompt
|
No
|
No
|
Dynamic text
|
No
|
No
|
Interactive summary and bar chart
|
No
|
No
|
Interactive summary
and scatter plot
|
No
|
No
|
Interactive summary and targeted bar chart
|
No
|
No
|
KPI
(footnote 3)
|
Yes
(footnote 4)
|
No
|
PROC SQL; CREATE TABLE WORK.RESULTS AS SELECT * from mydata.sales WHERE %_eg_WhereParam(year, yearPrompt, IN, TYPE=N); QUIT;
yearPrompt
is
the prompt for a year, yearPrompt0
represents
the first value, and yearPromptN
represents
the Nth value.