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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -