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

How to hide #null from Analysis View


marasheed

Recommended Posts

 Hi,

I'm using JasperServer 4.0 community edition. 

I have generated warehouse using JasperETL.

I have a column meal period which contains (NULL) when the location does not associated with any meal period.

Attached is the output screenshot (AnalysisViewOutput.jpg).

 

Following is my mdx query.

select {({[Measures].[Product Sales]} * [item].[item Type].Members)} ON COLUMNS,

  Hierarchize([Location].[Meal Period].Members) ON ROWS

from [sales]

 

 

In my mind there are two alternates.

1- In the database column for non existing values instead of (NULL) generate empty string ''. I checked and this resolves my issue.

2- May be some filter define in mondrain schema using JasperAnalysis Schema WorkBench or some expression in MDX query to show blank space instead of #null.

Looking for your feedback.

Regards

M. Abdur Rasheed

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

In JasperServer OLAP Settings I found
mondrian.olap.NullMemberRepresentation=#null

I have added an entry
mondrian.olap.NullMemberRepresentation=
in mondrian.properties file and now instead of #null it is showing empty space.

It's now resolved.



Post Edited by marasheed at 04/05/2011 20:45
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...