Hi naveen,
Yes, you can. But to do it you will have to customize your asp pages.
The general ideia is the following:
Hold the answer of the prompt of the first document in a session or in a xml file (I suggest to hold it in a xml file).
Use the MsgID as the identification and the link between...
Hi Omarmtz,
>but this works only for one report with page by no??
Yeah, that is right. This solution will only work out for one report with page by.
>What about the others documents in my project that i don't want to redirect to that report??
Create a condition in asp based on document ID...
Hi gapinc,
I think the easiest solution to have a page-by functionality in a document is to insert your document in the report.
Whaaat? hehehe yeah, it works, trust me.
Following is the idea:
Create a document adding all reports you need in it except for the report that need the page-by...
Hi Chael!
The problem is the msxml version.
In the version you are currently using doesn't accept the
contains(.,'xyz') function.
Even if you have installed the msxml3, if you star your xsl with
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
you will be under older version...
Hi cabs!!!
No, it is not totally secure to display them through the internet. I have at least good one reason for that.
In fact, Microstrategy does have a strong secure code protection, however, it doesn't have a feature to create a secure policy to make the users to "create strong...
Hi GB65,
Use the "Rank" function at "Rank and N Tile Function". If needed, you can set the break by parameter. To do it, insert the "Rank" function on your metric and right click it, then you click on "Rank Parameters" and finally use the "break...
Hi OV!
Let me see if I understood clearly. You get this "X" in your web, right? As if the image couldn't be find.
If that is what is happening, give this a try:
Go to you Internet Information Services and check if your images folder is mapped in your "virtual directory"...
Hi RRCR,
If you already tried to use explain plan, figure out which table is makeing the "TABLE ACCESS FULL" and analysed its "cost"... and everything is ok... welll...
Analyse your fact table and study the feasibility to create a aggregated table.
Hi Ribcap!
If you are using Internet Explorer 5.5, the you have 2.5 SP1 (msxml.dll).
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b269238
However you said that you installed manually the version 3 (msxml3.dll)
If you installed msxml3.dll, probably you did it in replace mode...
Hi angi!
Yes it is possible to do that changing your ASP code.
I will give you a guide line:
1. Catch the prompt answer at "PromptCuLib.asp"
The prompt answer will be a xml code.
2. Create a session and load it with the prompt answer
In this session you will hold the user answer.
3...
Hi lincon!
I can write the xsl code to you to hide the metric IN A DOCUMENT.
Just send me the xml code. To catch the xml, open the REPORT in the web and add "&xml=1", then run it again. Finally, click at "View" in your Internet Explorer and choose "Source". The xml...
Hi Chael!
The Microstrategy that I have got here is 7.1. I tried to accomplish your tips but I couldn't achieve my goal. Nonetheless, I am appreciative your kindness in wasting some time to solve my problem.
Despite the matter I pointed out in my second post in this topic, the final user...
Hi nlim,
I had tried to do it but the tables content make things hard...
FACT_TABLE_1
----------------
REFERENCE_NUMBER MONTH_ID REGION_ID UNIT_COST
1 1 1 10
2 2 2 5
2 1 2 16
3 3 2 11
4 3 3 19
FACT_TABLE_2
----------------
REFERENCE_NUMBER PRODUCT_ID UNIT_VALUE
1 1 25...
I have got two fact tables: FACT_TABLE_1 and FACT_TABLE_2
FACT_TABLE_1
----------------
REFERENCE_NUMBER
MONTH_ID
REGION_ID
UNIT_COST
FACT_TABLE_2
----------------
REFERENCE_NUMBER
PRODUCT_ID
UNIT_VALUE
I need to create the following analysis.
From one report that uses the first fact table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.