Showing Date period on dashboard

Hi:
I want to show the period of date on dashboard like "Transaction Processing from" from_date"and" to_date.From date and to date are being used as filter in dashboard prompt. With date between control, Dsahboard did not show the set_variable field therefore Narrative is not be to set.
Pluzz any body know about setting dynamic period of date on report.
Thanks
Ali Haroon Nawaz

Unless you are doing this under APEX, you are in the WRONG forum.
You want either the EBS support forum:Enableing Hijra Calander in Oracle EBS Forms
or the Bi Publisher support forum: BI Publisher
Thank you,
Tony Miller
Webster, TX
There are two kinds of pedestrians -- the quick and the dead.
If this question is answered, please mark the thread as closed and assign points where earned..

Similar Messages

  • Want to show Date Period for which Data Not Present ?

    Hi friends
    I have Notice Table.
    Notice_id,
    Notice_date and many more fields,
    I have make group by on year(notice_date), month(notice_date). The query results in accurate data.
    But it is diplaying like
    2005/01
    2005/02
    2005/04
    Like that it doesn't display the data for 2005/03 that is month of March as no data is there for that month,
    I want to include the data for that month also. In fact I want take print the report for the given interval of month, Year.

    what is your oracle version?
    if you have 10g, you may want to use the model clause.
    Example: count of hiredates per month in 1980,1981 in emp
    SQL> select count(*) c,
      2      to_number(to_char(hiredate,'MM')) m,
      3      to_number(to_char(hiredate,'YYYY')) y
      4  from emp
      5  where to_number(to_char(hiredate,'YYYY')) in ('1980','1981')
      6  group by to_char(hiredate,'YYYY'),to_char(hiredate,'MM')
             C          M          Y
             1         12       1980
             2          2       1981
             1          4       1981
             1          5       1981
             1          6       1981
             2          9       1981
             1         11       1981
             2         12       1981ok, let's fill the blanks ...
    SQL> select
      2  *
      3   from
      4  (
      5      select count(*) c,
      6     to_number(to_char(hiredate,'MM')) m,
      7     to_number(to_char(hiredate,'YYYY')) y
      8      from emp
      9      where to_number(to_char(hiredate,'YYYY')) in ('1980','1981')
    10      group by to_char(hiredate,'YYYY'),to_char(hiredate,'MM')
    11  )
    12  model
    13  partition by (y)
    14  dimension by (m)
    15  measures (c)
    16  (c[for m from 1 to 12 increment 1]=c[cv(m)])
    17* order by y,m
             Y          M          C
          1980          1
          1980          2
          1980          3
          1980          4
          1980          5
          1980          6
          1980          7
          1980          8
          1980          9
          1980         10
          1980         11
          1980         12          1
          1981          1
          1981          2          2
          1981          3
          1981          4          1
          1981          5          1
          1981          6          1
          1981          7
          1981          8
          1981          9          2
          1981         10
          1981         11          1
          1981         12          2if you do not have 10g, just google for pivot and you will find millions of solutions...
    regards
    Laurent

  • Not able to show data of prior three quarters,periods along with QTD , MTD

    My requirement is when user selects a date then we have to show data in the report for three ago quarters data and QTD, three ago periods data and MTD.
    eg: let the user selects a date in the 2010 Q 2(May-21-2010) then report should show
    2010 Q 1, 2009 Q 3, 2009 Q 2, QTD(2010Q2 till 21st May), Feb-10, Mar-10, Apr-10, May-10 (MTD till 21st May).
    I have created Ago metrics, Todate time series metrics for quarters and periods...
    but Ago metrics are not working when Todate metrics are filtered with date prompt,
    if I remove date filter then Todate metrics are not working (means not showing correct results).
    Also I tried to create logical columns in BMM layer by using filter condition with enterprise qtr, enterprise periods.
    but major problem is I am unable to go back to previous quarters and periods for the date user selected.
    I am struggling for it a lot, Please assist me
    Any response is highly appreciated.
    Thank you,
    Ramanujan.

    found the problem
    thanks

  • Urgent- How to Default Current Months First Date in a Dashboard Prompt

    We have requirement that whenever our user clicks on a dashboard it should show the report associated with the dashboard defaulted to MTD.
    For example if the user is running the dashboard on 16th Jan then the report associated with dashboard by default should show data from 1st Jan to 16 Jan.
    And then latter user should be able to select the dates of his choice in dashboard prompt and the report should show data according to selected date.
    Please send some clues or work around for this issue.

    Regarding Question 2:
    What you need to have is a Dashboard scope dashboard prompt for Product_ID (i.e., Don't use the column prompt from the prompt tab within the Request.)
    1) Create the dashboard prompt, put it on tab1 and save the prompt to a presentation variable, say prmtProdID. Set the scope to "dashboard." (This is the default, by the way.) If you create a dashboard prompt and set the scope to "dashboard," then the prompt values selected will hold true across dashboard pages.
    2) On tab2, go to your report and in Criteria mode, apply a filter to the Product_ID column making it equal to the PV. (Click the filter icon, Add>Variable>Presentation Variable and type prmtProdID. Save.)
    When the user selects a Product_ID on tab1 of your dashboard and hits "Go," not only will it filter your report on tab1, when you go to tab2 the report here will be filtered with the same value selected in the prompt on tab2.
    Regarding Question 3:
    If you implement 2, you cannot implement 3. You can't have it both ways. Not for the same scenario. But if you want to know how to do it in general, read this:
    http://obieeone.com/2009/08/24/how-to-stop-queries-to-automatically-fire-off-once-entering-dashboarddashboard-page/

  • Setting Date format in dashboard prompt and filter view.

    Hi All:
    I have created the dashboard promt upon two dates. But it shows date like
    "11/1/2007 6:00:00 AM" But I want only "dd-mm-yyyy" format. What I can do for it. I use only current_date. Thanks
    Ali Haroon

    Thanks for help
    But it shows date in 'YYYY-mm-dd' format but I want 'dd-mm-yyyy'. And how we give alias in coloumn formula.
    Thanks
    Ali Haroon Nawaz

  • Changing Date Format in Dashboard prompt drop down list

    Hi friends, my dashboard shows a drop down list for dates , which are in format "7/1/2008 12:00:00 AM".
    This is defined datetime datatype in sql server. Is there any way to change the date format in dashboard prompt to just "7/1/2008" without doing it in database side.
    Appreciate your help.
    Thanks and regards

    Hi... Toony
    In Dashboard Prompt, you have option to select i.e. show SQL,
    there you write the Logical SQL or Advanced SQL: <em>select cast("timestampCOLUMN" as date) from "PresentationLayerName"</em>
    this is simple way without changing anything in rpd side...
    And if you want the timestamp column somewhere in some reports you can use that column directly.
    If you don't want you need to cast it as DATE.
    If your question was answered then put it as answered and mark it as correct... ;)
    Edited by: Kishore Guggilla on Oct 20, 2008 11:44 PM

  • Problem About Date Format in Dashboard

    Hi All:
    I still have problem about date format in dashboard and dashboard prompt. When I use cast(dealdate as date) in dashboard prompt(coloumn formula of deal_date) and filter view(In edit view of filter coloumn formula) Then It converts the date format from mm/dd/yyyy to yyyy-mm-dd But I want format in dd-mm-yyyy.
    ANd also one problem more that is when I use cast function in filter coloumn formula then how I give alias to it. Because it shows same like that cast(deal_date as date) on dashboard filter view.
    Pluzz help me to solve this problem
    Haroon

    Changing the ini files should change the date format. Have you amended the correct instances of the date format? In dbFeatures there is one for every ODBC connection.
    For example in my DBFeatures.INI
    [ DATA_SOURCE_FEATURE = ODBC_300 ]
    DATE_FORMAT = 'dd-mm-yyyy' ;
         TIME_FORMAT = 'hh:mi:ss' ;
         DATE_TIME_FORMAT = 'dd-mm-yyyy hh:mi:ss' ;
         IDENTIFIER_QUOTE_CHAR = '"';Also a file on the presentation side in OracleBI \web\Config called localedefinitions.xml.
    Inside that there appears to be defaults for localisations - maybe it is possible to amend your locale in the Administration settings of the dashboard.
    However, I haven't tried this sorry.

  • How to implement aggregation for different date periods

    We have a report which shows various metrics for a given date period, selected by date prompts.
    The problem is that one of the metrics should show data only for the first day in the range, selected by the prompt.
    So, for example, if user selects in the prompt the range Oct 1 - Oct 10, then that particular column should only show data for Oct 1, while all others - for Oct 1 - Oct 10.
    Any suggestions how to implement this would be appreciated.

    Please try to play around with case statements in the fact column.

  • WD ABAP iview for Adobe Forms showing data of previous PERNR

    Hi Experts,
    We have developed adobe forms using HCM P&F functionality. We copied standard delivered WD ABAP Iview "Termination" multiple times for the use in developed forms. The Portal IDs are attached to the employee's IT 0105-Subtype 0001 Syname.
    We added the parameters in iview:
    Application Parameter: GET_PERNR=X&PERNR_MEM_ID=ESS01&Process=ZXXX_XXX_FORM
    Problem:
    The Portal id is assigned to PERNR in IT 0105 - Subtype 0001 correctly and when we execute the Form Service link is clicked on Portal it shows the correct default data in Adobe form.
    But if we remove the Portal id from 1 PERNR and assigned to another PERNR then Adobe Form still shows the data from previous PERNR.
    We are unable to figure out the problem as the new Portal id is attached correctly and other WD Java iviews are showing correct data for existing PERNR but only Adobe forms are showing data from old PERNR assignment.
    Please advise.
    Sunny

    Hi Siddharth,
    We have already done a number of action to clear the cache such as:
    - Set the 2 properties of the iview
                 a. Cache Level ---> None
                 b. Cache Validity Period --->-1
    -  Cleared Portal Run Time Cache
    - Clear DB cache
    - UME cache (In case you are changing users frequently )- System Administration -> System Configuration -> UME Configuration -> Support -> Invalidate cluster wide cache
    - Clear the browser cache --> Most imp - Browser settings -> tools -> Internet Optionsu2026 -> Temporary Internet Files -> Delete Files.
    The actions are already done but the problem is still there.
    I read some blog on SAP INDX tabel which records the Portal IDs when user logged in and Iview Properties "PERNR_MEM_ID=ESS01" reads this table . I am not sure that if this is the problem.
    Please help.
    thanks
    Sunny

  • DSO Analysis Report : Show wrong period

    I have created the new Variant for DSO Selection Programme RFDRRE05 to get the DSO for Credit Representative Group for closed period (i.e. now Period one is going, it should consider period value as 12). For this we created and assigned a Variable to be updated from TVARV table.
    Surprisingly, when I look a the Variable assigned to the Variant for DSO Selection Programme RFDRRE05, I can see the period value as 12 but when I see the selection Log in DSO Report (T Code F.30) it shows period value as 10.
    The report is picking up the variant from INDX table as mentioned below,
    IMPORT GENR_LDBPG
           GENR_RRSEL
           GENR_RREXX
           SOPT_RRSEL
           SOPT_RRSEL_DYN
           SOPT_RREXX
    FROM DATABASE RFRR(RR) ID RRCATKY.
    IF SY-SUBRC NE 0.
      MESSAGE A517.
    ENDIF.
    Please let me know which program is updating this INDX table.
    I would highly appriciate your quick response.
    Best regards,
    Sanjeev Jain

    Dear Ajay,
    I've checked  the configuration by following details;
    1. Period control setting in AFAMP :  002
        - Period control: Acquisition : 01 (Pro rata at period start date)
        - Period control: Acquisition in the following year : 01 (Pro rata at period start date)
        - Period control: Retirement : 02 (Pro rata upto mid-period at period start date)
        - Period control : Transfer : 02 (Pro rata upto mid-period at period start date)
    2. Period control setting in OAVH
       - FV: K4, Period Control : 01 -> Month : 0, Day 0
       - FV: K4, Period Control : 02 -> Month : 1, Day 15
    3. Changeover method : 05 (Changeover after end of the useful life)
    The problem occurred for some asset that acquisition on last year.
    Could you please help me to investigate and solve this problem?
    Thank you for your suggestion.
    VirgoGirl
    Edited by: virgogirl on Mar 7, 2011 4:39 AM

  • Show Data As tab missing in Pivot Table

    Hello all,
    I have added a column to the Measures in Pivot table. But I dont c any data for that column in my actual report. When I clicked on that particular column SHOW DATA AS option is missing..what went wrong here? Please let me know.
    Its kind of urgent. TIA

    case statement--I want to check for a condition like desired column>= col1.I got an error when I have added "=" in case statement. So just wondering how can I achieve this situation?You can do that.Can you post your case when condition here with datatypes of columns you are using .
    Pivot Table_-- Right now, Month(No ordering) was added to columns and underneath that Measure labels and Measures section has 3 columns.
    In my actual report if if the user selects all the months in the dashboard as a prompt, need to show them in a order like
    April May June
    col1 col2 col3 c1 c2 c3 c1 c2 c3 etc for remaining months.
    but it fails. i tried changing the Month as ascending and descending but couldn't achieve the desired format. any suggestions on this?Create a dummy column in answers.Write a case statement like case when month='Jan' then 1 when 'Feb' then 2 etc....Put this in excluded columns in Pivot table and sot on this.If you have month number already then iclude that columns and repeat the steps.
    Regards,
    Sandeep

  • Showing data 6 months greater than date parameter??

    I have a request to build a set of worksheets that accept an intial parameter - Start Date in the format MMM YYYY.
    When a user enters JAN 2009 - I want the worksheet to show data from Jan, Feb, Mar, Apr, May and June (2009).
    Can anyone point me in the right direction please.
    Regards
    Mark

    Have you tested that logic where you cross over between years? Say your start period is October 09. So that month value is 10. Add 6 to that value and you get 16. Which would not be right. You would want to wrap around to have the month be 4. But since 4 is less than 10, that would be a problem. That is why you would need to convert to a full date (like Rod is showing) and then add the 6 months to that date. If you test this kind of situation with your logic and it works fine, then you can ignore this posting. But your logic does look like it would have a problem with this situation, is what I am thinking.
    John Dickey

  • I am using Windows 8.1 i have an External Hard Disk and one drive is now inaccessible due to sudden power failure few days ago. Now it shows "Data error (Cyclic redundancy check)". I want all my important files and Pics. How ?

    Hi,
    I am using Windows 8.1
    I have an External Hard Disk i have partitioned it to 4 parts.
    One drive is now inaccessible due to sudden power failure while listening Music from that drive few days ago.
    Now it shows "Data error (Cyclic redundancy check)".
    I tried all the procedures provided here like
    chkdsk /f, diskpart, rescan etc
    but no result :( (i mean all processes failed. They could not detect the drive).
    Please help me to get those data, pictures and project files.
    thank you

    Then why aren't you posting this in the Windows 8 forums found @
    http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w8itpro
    This is a Windows 7 forum for discussion about Windows 7.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • PLD Report does not show data from Query

    Hello,
    SAP b1 9.0 PL08 on MSSQL 2008 and I get data on the query, but when the PLD prints, it shows nothing. Is there a way to filter the data that the PLD shows? Does PLD have its own SQL script it uses b/c its not showing data from the query.
    Thanks,
    Nick

    Hi Nicholas,
    Please check below links.
    query based print layout design
    Print Layout Designer \Custom Reports
    How to Make a Print Layout (PLD) Report from a SBO Query | SBOnotes.com
    http://www.tegrous.com/wp-content/uploads/2011/07/HowTo_QPrintLs_88.pdf
    Hope this help
    Regards::::
    Atul Chakraborty

  • Discoverer Plus 10gR2 not show data when the script of view have package

    Hi my friends.
    I have a problem with discoverer plus, I don't know is a problem or I'm doing something wrong.
    I have a four views, the views containg in the SELECT stament and WHERE clause packages, example:
    SELECT d.price,
    d.total,
    d.min,
    d.mx,
    TO_CHAR (SYSDATE, 'q') quarter,
    d.fid,
    k_xdcd_qry.f_xdc_obt_price (d.prod, d.id) --> package
    k_xpxpd_qry.f_xpeds_salary_ca_u (
    d.prod,
    d.id) xp --> package
    FROM px_prices_proc c,
    xp_sla_max d,
    xmp_sla_puc b
    WHERE a.prod = b.prod
    AND a.id = b.id
    AND a.prod = k_xps_tools.f_obt_prod --> package
    When I used the views on discoverer plus for construct the report, when execute the query not show data.
    Appreciate it if you could help or tell me I'm doing wrong or does not support Discoverer Plus package execution.

    Hi Tux,
    This appears to be a grant issue. Apparently, you have granted execute with respect to this package to the EUL owner or the view would not have compiled. If you have not given EUL owner the grant option, I would recommend doing this as well.
    This appears to be an Oracle APPS EUL (tell me if I am wrong). If this is the case, it goes without saying that APPS will need to be granted the execute privilege.
    Also, by default, a stored package executes with the privileges of its owner. If your custom package was designed this way, are the objects which it references received the appropriate grant? I assume you tested this, but I am concerned that the line, a.prod = k_xps_tools.f_obt_prod, in the where clause could be resulting in the Null set being returned.
    Patrick

Maybe you are looking for

  • E50 7.36.0.0 update

    Hi, Has anyone updated to 7.36.0.0 ? Any improvements ? Thank you

  • Duplicate entries in table & email count

    hi,, In my selection screen i have 3 fields- billing doc--vbeln customer no--kunnr email id - when i give inputs in this selection screen fields and execute it mail is sent and the inputs given for the fields are stored in a ZTABLE. my requirement is

  • Why won't the superdrive read my dvds or cds

    I have a mac book pro and the super drive won't read any dvds or cds

  • My 1GB Data Keeps Being Used When I Am Only Browsing - Please Help!

    On Tuesday 10 February 2015 I topped up £10.00 and used £7.50 of it to purchase 1GB of data. Once I did this I didn't think anything of it. I came onto the internet and started browsing webpages to find that my data was being guzzled down in the back

  • RHAS 2.1 with two oracle instances

    Hi all, I need to install two Red Hat Advanced Server boxes with an external Dell RAID Storage. The pourpose of this installation it is to have two oracle instances in high availability. Is it posible ?? Where I can find documentation about this ?? T