CALENDER IN REPORT

Hi
I want to have calender control in my reports.When the user has to enter the value for a date parameter,he should be shown a calender so that he can choose a date and then the selected date should be chosen as the parameter and report should be generated for that date.
Hi
I want to have calender control in my reports.When the user has to enter the value for a date parameter,he should be shown a calender so that he can choose a date and then the selected date should be chosen as the parameter and report should be generated for that date.
Is this possible in oracle reports
tX
KK

Hi Nazmul,
If you want that users should see a calendar in the Reports parameter form, and they should be able to select a date from that calendar, it may not be currently possible. For this, you might want to use some external aplication, and then pass the chosen date as a parameter to Reports.
However, you can definitely let users choose from a "drop-down" list of dates. To achieve this, go to the parameter that you have defined in the Builder, and in the List of Values, you can either write all your static values, or write a "Select.." statement to choose date values dynamically from a table.
Another thing you might be able to do is to make three parameters "Date", "Month", and "Year". You make a List of Values of each of these 3 parameters. Let the users choose from a list of values for each of these 3 parameters. Then you can combine all three chosen values to build the final date. You can write this logic in the After Parameter Form Trigger.
Navneet.

Similar Messages

  • Linking calender to report

    Hi,
    While entering the date type binding parameter of the report I want the portal calender to pop up so that I select the date from it.
    How do I do that.
    Thnx

    Hi,
    This is right now not possible with Portal.
    Thanks,
    Sharmila

  • Calender Report using IReport

    Hi Friends,
    Please suggest me in doing the following requirement using IReport.
    I would like to generate a calender display report through IReport tool.
    Please help me on this.
    Cheers,

    Hi,
    Did you seen this post: Re: Jasper reports and adf view
    It's based on ADFBC but the use of a datasource can probably be reproduced using EJB.
    In your case, what it seems strange to me is that you said your EJB contains the data you want to print?
    May be posting a part of your .jrxml could help us to understand what you are doing wrong.
    Good luck,
    Regards,
    Tif

  • Re : Issue with the column display in Bex reports

    Hello Gurus,
    I have an issue with the reports in Bex, this is a bit confusing scenario I would try to explain in more details. A query was already built for monthly Report in Sales and Billing for which the variable were  Calender month/year range 1 (mandatory), range 2 range 3 range 4. These 4 variable were created and moved to column rows in query.
    Later the user wanted the copy of same report but he wanted the variables to be Calender date range 1 (mandatory), range 2, range 3 , range 4. I have created them with 0calenderday as reference and moved to the columns.
    for the monthly report text variables were already existing for the Calender month/ year, but for the daily report text variable were not existing for Dates. I have created a text variable for the date in the following way processing by
    " replacement path" and reference characteristic as 0calday and in the replacement path tab.. in replace variable the selection is info object, the next option Replace with " External charactersitic value key " .
    By creating this text variable the dates were being displayed in the colum header like 11/01/2013 - 11/30/2013 which satisfies the requirement.
    But the user wanted to see the report same like monthly report when the mandatory variable Calender year/ month is selected, the rest of the columns range 2, range 3, range 4 are displayed as unassigned in the report. but coming back to the daily report when the user is giving the Calender date rage 1, he is finding that Calender date range 2, range 3, range 4  are also being displayed with values. He want to see the Calender date range 2,3,4 as unassigned in the report just like monthly. Please find the images attached.
    As Calender month/ year is predefined, if the calender range values are not given it would show up as not assigned default. I have created a separate text variable for Calender day, I believe that could be the reason rest of the columns are not showing up as unassigned. The user want to see them as unassigned like monthly report columns.
    I tried different ways changing the text variables but I could not change the display of the columns in Calender date report by the option - replace with ----> External characteristic value key, key, label. when I chose the option external characteristic value then the date was showing up in the text of the column when report is run ( Please find the image for the reference in the attachment ). . I request you to help me out in this. Please find the images of the variables and output below.

    Anshu,
    Thank you very much for above code I  made minor changes to the code that finally worked. I created 4 different text variables needed for Calender date range 1, 2 ,3 ,4. Please find the code below for the text variable that worked in the system
    WHEN 'ZTEXT_CAL1'.
       READ TABLE I_T_VAR_RANGE INTO loc_var_range
       WITH KEY VNAM = 'ZCALDATE1'.
        IF loc_var_range-LOW = '#'.
          dt_low = 'Not Assigned'.
          dt_high = 'Not Assigned'.
          CONCATENATE dt_low '-' dt_high INTO l_s_range-low.
        ELSE.
          CONCATENATE loc_var_range-low+4(2) '/' loc_var_range-low+6(2) '/' loc_var_range-low+0(4) into dt_low.
          CONCATENATE loc_var_range-high+4(2) '/' loc_var_range-high+6(2) '/' loc_var_range-high+0(4) into dt_high.
          CONCATENATE dt_low '-' dt_high INTO l_s_range-low.
        ENDIF.
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT = 'EQ'.
            APPEND L_S_RANGE TO E_T_RANGE.

  • Calender Object issue on Oracle database 11G

    I have migrated an Apex application built on Oracle 10G to an 11G R1 database.
    I notice all Calender type reports show errors ie :
    *1 error has occurred*
    Query cannot be parsed, please check the syntax of your query. (ORA-00904: "TYPE": invalid identifier)
    or
    Unable to render component: ORA-00904: "TYPE": invalid identifier
    I did not change anything at all. What component could I be missing on the 11 G database ?

    Oh Never Mind - I fixed that one -
    It was an undeclared type -
    The real issue I am having has a different cause.

  • BW System with 2 factory calenders - Time Difference - Issue

    I have 2 source systems for our BI Implementation, which inturn maintains 2 factory calenders---> IN and KR.
    I am creating 2 reports based 2 source systems (using different factory calender).
    the reports need to calculate the time diff between 2 dates(D1, D2) and 2 times(T1 and T2) into hours based on factory calender. Report 1 based on IN calender and Report 2 based on KR Calender.
    But Both the reports are giving the same time difference, even though the No. of working days are different for each factory calender.
    For Eg : D1 - 2007.12.01; D1 - 2007.12.31; T1 - 00:00:00; T2 - 00:00:00
    I have used the FM :  SALP_SM_CALC_TIME_DIFFERENCE, to calculate the time diff.
    In report 1 the time diff = 30 days ( since 1 holiday in Dec month based on IN Calender)
    In report 2 the time diff should be 28 days ( since 3 holidays in Dec month based on KR Calender ), but its also giving 30 days as timediff.
    Plz provide the solution.
    Thanks
    Shekar.

    Any Info.
    Shekar

  • Variable based on calender dashboard prompt does not show in the report

    hello,
    i have at the dashboard a calender prompt for a column of date format and a pres variable for that value ('DAY'); i placed in the report a column of which content (fx) is @{DAY};
    when i run the report the value of my variable is 0 instead of chosen calender day; the report gets filtered on the day, however only if data.day='@{DAY}; if i choose '<' or '>' it still filters on this one day; why is this happening and how can i work around?

    ok, found that
    http://108obiee.blogspot.com/2009/03/how-to-change-date-format-mask-in-date.html
    seems that this answers the questions

  • Display of calender month text instead of values in BEx report.

    Hi,
    I have calender months in the reporting columns, values of these reporting columns are dynamic in reports. We need to replace these values with text of the calender months. I have seen it at some places but do not remember how to do it now.
    Can some one has idea on this, will update on this post please.

    Hi
    if you want to display in columns along with the data then right click and select properties and the select the disply as Text .
    If you want to display in the header go the properties and in the header (Title area where u provide desxcription) instead of ur description enter the text variable &0T_CMONV& or you can select the text variable from the list .
    Regards
    Ram

  • How to show calender in a concurrent program report parameter form?

    I have a report that passess 2 parameters
    1)From Date
    2)To Date
    I registered the report as a concurrent program in Oracle EBS.
    Now everythig works fine and report is showing
    But i want in place of from date and to date, a calender.How can it be possible in Apps
    Please give me information as quickly as possible
    Thanks in advance
    Manoj-M

    Hi,
    Not possible that I'm aware of.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Calender button doesn't work in web published crystal report

    Post Author: hbadr_14
    CA Forum: General
    Dear all  I designed a report that prompt the user for dates. when i run the report from crystal report the prompt window contain a calender button where i can select the date.   The problem appears after i publish the report on the crystal Enterprise, when i open the report the calender button dosen't pop up the calender so that i cannot supply the required date by my report. 

    I'm having similar trouble: here is the web link I am attempting to use. The Column Campaign."Campaign Name" has a filter for IS PROMPTED. One trouble I'm having is that I need to use the Combined Analyses feature to achieve the report I need; but I added a filter to all three reports used in the combined analysis.
    https://secure-ausomxbja.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go%26Path%3D%252fusers%252fics%2523janet.sneden%2540icsfl.com%252fPete%2bReport%2bRequest%2b7%255c%252f08%252fTest&AnalyticReportName=Test&P0=1&P1=eq&P2=Campaign."Campaign Name"&P3=%%%Name%%%
    Here is the link ripped out of the URL when its clicked:
    https://secure-ausomxbja.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go%26Path%3D%252fusers%252fics%2523janet.sneden%2540icsfl.com%252fPete%2bReport%2bRequest%2b7%255c%252f08%252fTest&AnalyticReportName=Test&P0=1&P1=eq&P2=Campaign.%22Campaign%20Name%22&P3=Test%20Campaign%20Followup

  • Urgent    how to change factory calender to normal calender  in bw report

    Hi
    how to change factory calender to normal calender  in bw report give me step by step
    prasanth.k

    Prasanth,
    the calenders are maintained in the source system and not in BW - if you have to change the calendar coming into BW - do the needful change for the related transaction in the source system.
    Arun

  • Can we use own customise calender for scheduling the Reports

    Hi,
    We are using different calender for the business and hence our number of weeks in each month differs. For e.g. we have 6 weeks for Jan and Dec where as 4 weeks for rest of the months.
    In this scenario, we want to schedule reports after Period (month for our calender) close.
    Suppose we want to schedule report after 3rd day of period close. So, our Jan period will close somewhere in mid Feb (6 weeks of Jan), i.e. 15 Feb. In this scenario, reports should get generated on 18th Feb.
    For leap year we will have 7 weeks in Jan, rest same.
    How can we achieve this?
    Regards,
    Arjun Kushwaha

    Hi,
    yes you can create your own Calender for scheduling Reports. Just Log- in into the CMC and click on "Calendar". By creating a new Calendar you can mark the Dates where the Report should run.
    Regards
    -Seb.

  • HT2693 How do you contact Apple by email to report one of their pre-installed iPad Apps (ie Calender) is not working properly?

    How do you contact Apple by email to report one of their pre-installed iPad Apps (ie Calender) is not working properly?
    On trying to open month of March 2013 the pre-installed calendar just shuts down and closes.  Have tried restarting iPad but this didn't help and because its a pre-installed App am unable to re-install it.   Is this a universal problem or just affecting me?  Tried searching for support in both App Store and on Apple site and can't see how to report this.

    Feedback
    http://www.apple.com/feedback

  • I need help.  I am trying to link my icloud contacts and calender to Microsoft Outlook on Office 365.  I keep recieving iCloud Setup for Outlook Error Report (v4.6.18.0) - Error: 0x80040102: CopyMessages failed.  Help.

    I need help.  I am trying to link my icloud contacts and calender to Microsoft Outlook on Office 365.  I keep recieving iCloud Setup for Outlook Error Report (v4.6.18.0) - Error: 0x80040102: CopyMessages failed.  Help.

    Hi petro_jemes,
    Just a little claritification, you need to add the value to the variable "[string]$ou", and also change the language in the variable "$emailbody" in the function "Get-ADUserPasswordExpirationDate".
    I hope this helps.

  • Creating a Calender report in iReport/Jasper

    I've searched the forum and see several threads about creating a calendar report using jasper/iReport but no samples or hints or best way to accomplish it.
    Does anyone have a sample or an idea for the best approach or point me in the right direction?

    Hi,
    There really isn't any problem with creating reports directly on production. It is often done since development and quality assurance environments often don't have the correct data to really test a query while creating it. It is however a good idea to allways have a copy on dev or qas in case you want to edit the query while it is already in use or just in case someone deletes it by mistake. We often create reports on production and, once finished, transport it to qas for this purpose.
    Hope it helps.
    Kind regards,
    Alex

Maybe you are looking for