MicroStrategy ONE

ReportInstanceModel (Model block)

ReportInstanceModel.xml is a model block that supplies information about the underlying prompted report or document and data for the prompt answers. It is available in the WEB-INF\xml\blocks folder of the MicroStrategy Web installation.

The ReportInstanceModel model block has a promptQuestions property of type Block that specifies each item as a PromptQuestionModel.

Copy
<property name="promptQuestions" type="Block" />

Each item in the “promptQuestions” list is a PromptQuestionModel that typically contains the "title", "meaning" and other properties for a prompt, in addition to the "answer" property that represents the prompt answer. The value of the “answer” property is a PromptAnswerModel. For example, in case of an Expression prompt, the value for the “answer” property is ExpressionPromptAnswerModel.

See also: