I've written a BIP report and am using the interactive output.
I noticed it was only bringing back about 95 of my 3000 rows that the data model retrieved.
I used a parameter to narrow it down to 9 expected rows (data model returns 9 in this case) and the interactive output only shows 2 rows.
-- very weird.
After a LOT of trial and effort I discovered the odd behaviour was being caused by 1 specific column.
As soon as I removed this column all 3000 rows are shown and with the parameter all 9 correct rows are shown.
--
I put the column back in and SUBSTRinged it to 10 characters -- all 3000 rows returned.
I upped the size, and repeated and repeated - eventually discovering that when the column is 113 chars long, the report only returns 95 rows and 2 when filtered by parameter. If I set it back to 112 - everything works as it should.
--
This cannot be right. It's like its hitting some sort of limit for total number of characters per row or something like that?
Anyone experienced anything like this? Have any ideas?
Thanks!