Jump to content
We've recently updated our Privacy Statement, available here ×

Recommended Posts

Code:

Hi,

I'm using jasperserver-pro 3.0.2 on linux platform.
I have done an analysis view and it works well.
I have create a report with iReport with hypertext link in order to run the analysis when click on data.
The report is now in a dashboard.
Everything is working well except my analysis which run wil not accept my parameter. It will always run the analysis view as defined at the beginning.
The URL is good, with my parameter, but not the analysis.
I have checked the assign permissions on it, but I have administer access.

In he hypertext link I'm calling my analysis like follow :

If you have any idea
Thanks

 

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi Sherman,

thanks for your answer.

It's strange, because I have done it before without this kind of issue.

By expand parameters, you mean to put the value hardcoded in order to test without using $F{...}.

I will try and let you know

Remi

 

 

.

 

Link to comment
Share on other sites

HI Sherman,

I have done several test directly on the OLAP analysis using mdx query.

I have got an error message saying something wrong in dimension=member.

So I have copy the correct MDX query in to my hypertext link, add some parameters and now it works fine.

This is the syntaxe i'm using now in my report :

"./olap/viewOlap.html?name=/analysis/views/analyseapcms&new&mdx=select NON EMPTY Crossjoin(Hierarchize(Union({[Delai].[All Delais]}, [Delai].[All Delais].Children)), {[Measures].[qte]}) ON COLUMNS,"
+ " NON EMPTY {[Produit].[All Produits].[" + $F{F_LIB_CONST} + "]} ON ROWS "
+ " from [Encours] "
+ " where ([secteur].[All Secteurs].[Audio-vidéo], [sites].[All Sitess].[APCMS])"

I do not understand what was the difference with the earlier version, but it works.

 

Thanks for your support

Remi

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...