I want to display a report on a web page The report needs a single parameter (prompt, possibly)

StackOverflow https://stackoverflow.com/questions/6073306

  •  07-09-2020
  •  | 
  •  

Question

I want to display a Microstrategy report on a web page The report needs a single parameter

I have a report that has a (local) filter which I'd like to able to parameterize. Not the whole filter string but just the numeric value that the report filters on.

I know that I can use a prompt to put a value into a report, but I need to do this from an HTML document which, I understand, can't be done with a prompt.

Is there another way to do pass a parameter from an HTML document into the filter of report in the HTML document?

Kind Regards, Barrie

Était-ce utile?

La solution

If you're using a URL to the report, you can pass a prompt answer in as a parameter, specifically valuePromptAnswers.

TN15734 on the MicroStrategy Knowledgebase gives a full example, if that isn't clear enough.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top