i have created a caller exit by inputs report and added in ‘session hour’ to get an hourly view of data. i would ideally like 15 min intervals if anyone knows if thats possible and what to add to my query.
Remember that BO is an industry-agnostic tool so business terminology will vary considerably. I’m currently working in finance but have previously worked in the music and construction industries, all with Business Objects
So, you have an exit date/time? What database are you working with, e.g. SQL Server 2012? Also, do you have the ability to add objects to the universe?
sorry my knowledge is limited. the screen shot is what i currently have. i added ‘session hour’ to my query then added the column from that. that gave me ‘exits per hour’ on the table.
i had assumed (and we all know what assumed did!) that there would be a ‘per 15 mins’ data identifier i could add to my query, but i just cant find one.
For your solution, you’d then replace CurrentDate() with [Session Hour] or whatever your date/time object is called. You’d then need to format the date (right click, Format Number, pick the appropriate one out of the date/time section).
That should put you on the right path but will only give you dimension values where there are calls in that 15-minute period.
Drag and drop helps but you’d need your universe developer to help you with it. Perhaps if you create the solution at report level, they may be able to take a look and develop similar at the universe level for you, especially if you can crack it today.
Well, then add it to the universe. Or get your universe developer to add it to the universe. The primary thing to keep in mind is that universe objects need to be built with the flavor of SQL peculiar to the database (especially important with dates).
Creating buckets in the universe I the direction but should I go with just 4 … 0-15, 16-30, 30-45, 45-59; something like this
But how can I use this… bring into report and concatenate the hour somehow that it would make sense or…
Sorry, I like to talk things out loud to help me think, sometimes I draw blanks…
I think I am same predicament as di652 but I am looking to spread out the buckets within each quarter of the hour of the day!.
I came up with a SQL to decipher between the quarter hour just need to and see if I can figure out slicing it into individual buckets I plan on bringing in to a report(thinking Crosstab as the structure for these buckets)