on 2017 Nov 20 11:52 AM
Hi All,
Iam using BO 4.1 sp07
SQL 2014
webi reports, I want to show only first 5 records in a cross tab, no top or bottom but first 5 records.
Any suggestions?
I Could resolve this, created a variable, running count on a stock level and added filter to cross tab using that variable as runningcount(stocklevel)<=5.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
create variable runningcount=runningcount([Your object])
Apply filter on runningcount variable where less then or equal to 5 to get the first 5 rows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.