mdx - Adding limit to number of records in Pentaho Report Designer -


i using pentaho report designer generate reports olap cube. when preparing bar charts data want restrict or limit number of records displayed in bar chart. if user gives 1 , 10 offset values bar chart should contain these many records. how acheive this?

you must in query. limit min/max values must prompts pass value report, , must code logic in sql or mdx.

if logic complex guess use pdi datasource.

note: restriction in data source right place this; don't want applying such filters on reporting side.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -