Eric wrote:Its weakness is that if you want to find out who made entries for products 1234, 1235, 1236 and 1237 you have to run 4 separate queries. And the fact that you have to leave the log files uncompressed in their original location for as far back as you want to query them.
You should be able to do this with one query. Not connected to my server to confirm, but I swear I have done it a bunch of times. Select you 4 product, click the keep button, and then choose the rollup button instead of OK or Cancel and should should be good to go. <Crossing fingers that I am right>
I was going to say that that was a neat trick. Unfortunately... in 8.2.12 it just ignores the selection of the elements in the roll-up and returns everything anyway.
So, thinks I, maybe it's something that was fixed in a later version. (Albeit fixed in an undocumented fashion as far as I know.) Hey, let's try it on 9.4!!!
BUGBUGBUGBUGBUG!!! LOOKS LIKE I GOT THE FIRST BUG IN 9.4!!!
Oh. Wait. That's NOT a good thing, right?
I entered transactions into three product codes, then queried the first two of these using Eric's the rollup method. They appeared, and the third one didn't. So far so good.
Or so it seemed.
For I then queried everything for the cube, and... still got the same results.
Uh-oh.
So I queried the entries for the third product code. Worked fine.
Then I queried EVERYTHING, not just that cube. I saw something that I'd allegedly done in the }DimensionProperties cube. (Specifically, changing the Last Time Updated; you what? All I did was create some new views.) This was followed by the entries that I'd made in the main data cube... for the first two products.
You know how the log query dialog buffers 100 rows at a time, then when you page down or arrow down it will return the next 100 and so on?
It looks like in 9.4 they forgot to add the "grab the next buffer" code. No matter what you query, you get a maximum of 100 rows of data.
Can anyone else confirm?