Viewing 15 posts - 1 through 15 (of 24 total)
Ah, I see now... thanks for your help so far!
I got the SQL looking like this now:
SELECT MAX(ttLocation.LOCATION) AS Expr2, ttSessions.START_TIME, ttSessions.END_TIME, ttSessions.LEVEL, ttSessions.COST, ttDayOfWeek.DAY,
...
February 21, 2008 at 3:28 pm
You lost me there - MAX?
I've also got to admit I'm not a DBA by any means either!
Could you elaborate on your answer a little please?
SELECT ttLocation.LOCATION, ttDayOfWeek.DAY AS...
February 21, 2008 at 2:24 pm
Found a workaround:
In the same report, create a new Dataset, using the same Data Source, and run the same query limiting it to only yesterday's date, and then reference that...
March 13, 2007 at 8:00 am
🙂 I wish.. there's no option there for it unfortunately.
David
February 22, 2007 at 8:05 am
Would love to, as it makes sense.. however my background is network and web infrastructure and security, not DBA. So my skills here are limited to say the least!
February 22, 2007 at 2:52 am
Hi. Thanks for getting back to me. This makes sense, although there's no option to add a table footer as it's a Matrix as opposed to a normal table.
You were...
February 21, 2007 at 6:24 am
Thanks Wendy - that makes sense too.
I've also found another way - although it's cheating and is bit dirty too:
In the layout tab, between the items you would like to...
November 29, 2006 at 8:50 am
Hi Vandy.
Thanks for the reply, but I'm still really new to all of this so am not sure what you mean.. group, how?
Thanks,
David
November 29, 2006 at 8:14 am
I went back to basics, and the answer was staring at me in the face all time... very simple:
I created a new dataset, executing this query:
SELECT TRANSACTION_TYPE,
COUNT(*) as...
July 7, 2006 at 4:12 am
Thanks Jens.
Tried it and it kinda worked, but not for what i was looking for.
I went back to basics, and the answer was staring at me in the face all...
July 7, 2006 at 4:11 am
What type of graph is it? If you're talking about a Column Graph (where the results are vertical) then just change it (through the properties of the graph itself) into...
July 6, 2006 at 7:27 am
Hi Mal.
Thanks for the reply and I gave it a go... seems to throw some other errors at me though. Here's the actual original SQL Statement too.. maybe it'll throw...
July 6, 2006 at 6:16 am
I've followed some guidelines mentioned in these forums and one of them is setting up another dataset that you can use as default settings for the parameters. So I can...
June 15, 2006 at 2:42 am
Hiya.
What I'm basically trying to do is run a simple report (for yesterday's date in this case) that shows turnover.
It's querying an oracle DB (query pasted below) and the...
June 14, 2006 at 7:58 am
Viewing 15 posts - 1 through 15 (of 24 total)