Questions tagged [microstrategy]

MicroStrategy is a proprietary business intelligence suite based on a ROLAP back-end similar to Cognos or Business Objects.

MicroStrategy is a proprietary business intelligence suite based on a ROLAP back-end similar to Cognos or Business Objects. Key features include a ROLAP engine with a metadata based database markup system, in-memory OLAP based on the metadata, ad-hoc reporting and analytic tooling aimed at power user skill levels, a dashboard builder/publisher, and a portal facility providing a front-end.

Competitors include Business Objects, Cognos and ROLAP tooling supplied by database vendors such as Microsoft and Oracle. MicroStrategy do not provide a dedicated MOLAP server, although the tool does have a proprietary in-memory local cube facility. The suite does not support native browsing of third-party OLAP servers, although it can import data from OLAP sources and use it witin its own metadata layer.

Use this tag for any questions related to the MicroStrategy tool chain.

284 questions
1
vote
3 answers

MicroStrategy add two conditions in IF statement

I want to create a new Metric, using MicroStrategy Metric Editor, to check two conditions: 1 is progress_days > complete_date 2 is Status column is = In Progress if both conditions are met, then Red, else Green it looks like MicroStrategy doesn't…
PyBoss
  • 599
  • 1
  • 7
  • 20
1
vote
0 answers

Integration issue visjs in MicroStrategy

I am trying to integrate vis.js in Micro Strategy. Using the visualisation builder : Added the visjs library Added a simple piece of code creating a vis dataset. var items = new vis.Dataset([...]) Using the browsers debugger I get "message: vis is…
Hawk IT
  • 13
  • 3
1
vote
1 answer

Microstrategy Web API to trigger schedule on a Report?

Is their any Microstrategy Web API to trigger a schedule on a Report. I have reports which need to be emailed based on certain flags, so I want to remove the flag dependency and directly trigger the schedule from the command line or web API…
1
vote
1 answer

Activity Logging in MicroStrategy

I need a documentation link for Microstrategy Activity logins. I have configured the project to log all Activities. But I can not get any specific Attributes and metrics inside the schema objects by using which I can create the Activity…
1
vote
0 answers

Microstrategy 10.2 Repopulate Relate Tables

I have a problem, with no errors or nothing wrong in logs. I'm trying to repopulate relate tables with Enterprise Manager but the tables aren't being loaded correctly, only the default value appears. The mechanism I'm using is simple: if a date is…
1
vote
2 answers

Microstrategy 10.4 SQL ODBC Connection error

I've tried to connect an SQL database from a server with Microstrategy located in another server through an ODBC connector for SQL. First I've checked that there is a connection between the two servers executing a ping sentence with the IP Address…
1
vote
0 answers

Session Sharing on Firefox

I'm using this code on Firefox 57 Web Extension to create a new tab in Firefox 57 let mirror = browser.windows.create({ url: profiler.url + "?profiler=" + i, state: "fullscreen" }); …
Yohanim
  • 3,319
  • 9
  • 52
  • 92
1
vote
0 answers

Reuse session and create URL for new Custom page

Can someone suggest how can I re-use the existing session for the Web URL (created MSTR Web page) refresh based on the button click (reload the same page)? Session is created based on the user login when the link is clicked for the user to…
user3438791
  • 89
  • 1
  • 3
  • 15
1
vote
2 answers

Could not connect the Intelligence Server - Microstrategy

When attempting to start the MicroStrategy Intelligence Server 10.6 service via the MicroStrategy Service Manager or Windows Services, the following error occurs: I'm on windows 10 Edit #1: Additional infos: This is the Windows Event Viewer:
O. Sam
  • 178
  • 1
  • 5
  • 17
1
vote
0 answers

Can't connect microstrategy to redshift

I just downloaded microstrategy 10.6.0 and want to connect to my redshift cluster. I've added data source and all information needed in the picture: but it keeps getting error : The jdbc used is com.microstrategy.jdbc.redshift.RedshiftDriver Any…
Arianto Wibowo
  • 395
  • 1
  • 7
1
vote
2 answers

iOS App, embedded provisioing profile of framework produces error ITMS-90159 / 90179

We use the Microstrategy SDK 10.5 with XCode 7.3.1 for developing an iOS App. The built and internal test on our devices works fine, but we are not able to upload the App to the store due to the attached issues. As I understand, the problem is…
Alex
  • 13
  • 3
1
vote
1 answer

How to merge two metrics in microstrategy visual insights?

I have created those line charts in microstrategy 10 visual insights, but I want them to look as a merged chart. Can anyone help me with that. How to do so?
User1493
  • 481
  • 2
  • 7
  • 23
1
vote
0 answers

Error : Incorrect server name in eclipse while trying to connect microstrategy server

I am receiving the error [com.microstrategy.webapi SEVERE] [06/27/2016 15:23:27:760] [0] [CDSSXMLAdmin.GetHostAddr] Incorrect server name. : [java.net.UnknownHostException: xxxxxxxxxxxxx at java.net.InetAddress.getAllByName0(Unknown Source) …
1
vote
1 answer

Microstrategy Data Model

I am new to MSTR. We are working on migrating from Essbase to Microstrategy 10.2. After migration, we expect business users to be able to create report on top of MSTR cube and play around with the data similar to the way they have been doing using…
Swapnil
  • 424
  • 2
  • 13
1
vote
1 answer

Microstrategy - Create simple graph

I've a very simple table (CSV) that I've imported into mycrostrategy to visualize my data. The data represents the points of certain teams (e.g. football) for each played round (px). csv: #teams, p1, p2, p3, p4 Team1, 3, 6, 6, 7 Team2, 0, 0, …
Alg_D
  • 2,242
  • 6
  • 31
  • 63
1 2
3
18 19