Explain about MTD(Month To Date) and YTD(Year To Date) with
one example and where you use this in your project?
Answers were Sorted based on User's Feedback
Answer / mohan k k pottturi
MTD MEANS REPORT FROM THE STARTING DATE OF THE MONTH AND
CURRENT DATE EX:I WANT A REPORT FOR THE MTD AUGUST MEANS
The report start date must be august 1st to today date(4
aug).same for the YTD.
WHERE WE CAN USE MEANS WE CAN USE SALES AND INVENTORY ITS
DEPENDS UPON U R REQUIREMENT
| Is This Answer Correct ? | 36 Yes | 6 No |
Answer / sri
Eg for the MTD report is
select sal from emp where hiredate between
trunc(sysdate,'mm') and sysdate;
same for the ytd,qtd place yy or q respectively
| Is This Answer Correct ? | 14 Yes | 13 No |
How to fix the order of Prompts? How to assign the default value in prompt?
Can some one say abt "ALL" in prompt .. How to get the word "ALL" in the prompt along with the list of values? Plz give me the steps?
how change the order of prompts in bo xi? eg. i create first prompt with 'year' and second prompt with 'city'. my question is to display the 'city' prompt first .what can i do for it ?
IS IT POSSIBLE TO CREATE REPORTS FROM DIFFERENT UNIVERSES IN ONE DOCUMENT?
How to do impact analysis for a change in Database field size which is assigned to a Dimension object and used in 10 universes
I have two data providers with common dimension and measures. The only difference between two data providers is in condition 'Fiscal Year'.One data provider calculates for current year and other one calculates for previous year. So in prompts if I am passing 2008 as current year then the two data providers should be able to calculate for current year and previous year individually. So Can anybody tell me how to do calculation in data providers. ( I am using BO WebI report )
i want to hide a chart in reporting level? i want to hide a prompt in designer level?
Difference between Decode and Case?
8 Answers Polaris, TCS, Wipro,
Who launches the supervisor product in Business Objects for first time?
Explain and tell me about a situation where your analysis of a problem was deemed to be incorrect? What would you have done differently?
2 table is there , thats column is different name but data type is same, 2 tables values are same. how to you findout both values are same?
What is the difference in creating filters in designer and business objects?