Is it possible to create a user defined Calendar in BOXIR2?
If yes, then how?
Ex:- I want to create a Calendar where the year starts with
the month of Feb-1. Each month is of 28 days.
1st Month as 1-feb to 28-feb.
2nd Month as 29 Feb - 21 Mar.
Please help me out to get the answer....
Answer / itesh
Hi,
Seems to be your user is asking to create his own calendar
which can't be possible with out external coding because BO
Doesn't gives this short of functionality,
U can Java script, but rather I would suggest,
if its not a daily reports,
You can go for a value prompt with hard coded values and
filtering the data internally with your date range
Ex,
Prompt value shows in two drop down month range and year
1-feb to 28-Feb 2008
29 Feb - 21 Mar 2008
| Is This Answer Correct ? | 6 Yes | 2 No |
what is mean by lov?
Which one will be more preferable creating Derived table or Views on universe level.and Explain why also ?
What is the difference b/w breaks and sections
Hi, difference between loop and trap in business objects ? Thanks in Advance nvsraghu
What is mean by stored procedure ? and how we can generate stored procedure universe?
Hi, In BO at universe designer i had four tables which has many to many relationships between the tables. How to fetch the correct results in the report?
My data source is Excel sheet. How to write the SQL Statement for Excel file in data provider? Is is possible?
what r the disadvanges in boxir2
How you get the requirement from client?
Can more than 1 metric be applied on an analytic in business objects?
i Have created the universe in which i have one table and different derived tables from the same table i am supposed to create report from the same universe which should dispalay the duplicates rows, but all the time i run the report i am not getting the duplicate rows i have checkd the duplicate report option too in report.. is there problem with universe or report,.. can any body help?
how to test the reports if there are multiple sql statements?i,e if there is 1 single sql statement we can copy it and paste it in TOAD or someother tools to test it but if we have multiple sql statements in a single query????