Date field in Dashboard Prompt

Hi,
Still try to find how I can format date in dashboard prompt.
I have created prompt for Invoice cleared date using calendar format in control.
After pressing go button the format is changed to MM/DD/YYYY HH:MI:SS
I want format should always remain to MM/DD/YYYY.
Please let me the easy way to correct this issue.
Thanks,
Poojak

Yikes! I think you may have found a bug...
Seeing your screen shots, I was able to recreate your issue. I tried modifying the database connection feature tab to set a default datetime format, as well as changing the datetime format in the NQSconfig.ini file. Looking at the source code of the OBIEE page, it appears that there is Java script called GFPDoFilters that runs once you click the button (see "onclick" in the source code below). This function seems to be called in ..\OracleBI\web\app\res\b_mozilla\prompts\globalfilterprompt.js.
If you know java script, you can try and play around in there to find where the date is defaulting to, although I'm no java script expert, and messing with core code can potentially void your OBIEE warranties.
You may want to log this as a bug with Metalink and see how they respond to it. I agree with you that it does not make sense to have a timestamp added to a calendar day selector, so hopefully they would look into resolving for the next release.
I'm sorry I wasn't able to provide the response you were looking for, but I think it may be the unfortunate reality.
Please let me know if there is anything else I can do, and good luck!
Regards,
Jason
!http://i46.tinypic.com/3499q4p.jpg!

Similar Messages

  • How to convert date in the dashboard prompt

    can anybody tell me how can i conver the date into month year format in the dashboard prompt
    originally i am getting data as a date in the dashboard prompt.i want to change that to MON YYYY format.
    can anybody tell me how can i change the original date format into MMM YYYY format

    hi,
    Try with evaluate function in prompt Fx use the following syntax
    Re: Date function
    Else, EVALUATE('TO_CHAR(%1,%2)' AS CHARACTER ( 30 ), Date."Calendar Date", 'MON-YYYY')
    What you are expecting to be in Prompt was it Mon-2009 right"?
    Thanks,
    Saichand.v

  • 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

  • Reports: Need to modify the width of a field on Dashboard prompts

    Hello gurus,
    We have configured a report, and exposed it on the Dashboard. One of the fields in the Dashboard prompts called "Account Name" is unusually large. We assume this is because it is fetching the data directly from the DB, and the width is to show the complete name.
    The client wants to reduce this width such that it looks nicer.
    We didn't find any such options in the Dashboard prompts' settings. Please let us know, in case somebody is aware of a work-around.
    Thanks in advance..

    open the query window in the data model, change something like adding a space at the end of a line and press ok. Reports should chekc now against the database the maximaum length and re-adjust the fieldlength. to explicity set the fieldlength, use a CAST(COLUMNNAME AS VARCHAR2(1500)) instead of the COLUMNNAME in your query.

  • 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/

  • Date control in Dashboard prompt??

    Hi All:
    I am using dashboard prompt to filters date. And I am using Between operator. When I give same date in from and to date then it does not work. If I give one day after to date then it shows ok dates. Like
    From Date: '28-12-2007'
    to_date: '28-12-2007'
    It should show the record of '28-12-2007'(Record exist against that date). But when i give to date: 29-12-2007 then it shows the records of 28-12-2007's date. can any body know what could the problem. Thanks
    Ali

    Ahh, do you have dates stored as Timestamps in your database or do you just have dates without timestamps. The only way i can think of to overcome your problem is to convert them as chars in the filter rather than dates. Unfortunately, BI EE appends TIMESTAMP clause to all its date prompt values even if you have some other format as system-wide default.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Date format problem - dashboard prompt - presentation variable

    Hi,
    I've created a dashboard prompt on a date and defined a presentation variable.
    In my report I make use of the following object : TimeStampAdd(SQL_TSI_MONTH,-12,date '@{pv_afw_start_date}' )
    My report works when making use of a drop down list, but when I want to make use of a calendar to select from, I receive the following error
    *A general error has occurred. [nQSError: 46047] Datetime value 17/11/2009 from 17/11/2009 does not match the specified format. (HY000)*
    Is there a difference in the date formats used by the prompt type (drop down list, calendar, ..)? And how you can align them..
    Txs for your help.
    Kr
    A

    Timestampadd ask for a timestamp not for a date.
    Check here :
    http://download.oracle.com/docs/cd/E12103_01/books/admintool/admintool_SQL14.html
    The syntax is :
    TimestampAdd(SQL_TSI_DAY, 3, TIMESTAMP '2000-02-27 14:30:00')You may have to change your prompt to retrieve a timestamp.
    Where do you use your formula ? In a formula column ?

  • Restrict the dates in calendar dashboard prompt

    Hi All,
    We have a requirement where depending upon the type of report selected,the users should be restricted in their selection of dates.
    Is there any way we could control the dates shown in calendar prompts?
    Thanks.

    I'm sorry I have misread your initial question. So you want to restrict the calendar. I don't think this is possible, I'm afraid.

  • 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

  • Passing a Date value from a BI Dashboard prompt to a BI Publisher param

    Hello everyone,
    I have a dashboard page with a Date (type: Date). This date is linked with a presentation variable vpres_datedanssemaine.
    In my time dimension (name: Date) I have 3 columns:
    -"Date" which is the date
    -"Lundi de semaine" ("Monday of the week") which is the monday of the week whose includes "Date"
    -"Dimanche de semaine" ("Sunday of the week") (you understand the purpose...)
    (Weeks go from Monday to Sunday)
    It works perfectly in BI answers when I use this filter :
    "Lundi de semaine" lesser than or equal to @{vpres_datedanssemaine}
    AND "Dimanche de semaine" greater than or equal to @{vpres_datedanssemaine}
    The problem arises when I try to substitute the BI Answer report by a Publisher one in the Dashboard.
    The publisher report defines a parameter:
    -Name: vpres_datedanssemaine
    -Data Type: Date
    -Parameter type: Date
    -Date format string: yyyyy-MM-dd HH-mm-ss
    The filter we use
    Date."Lundi de semaine" <= :vpres_datedanssemaine AND
    Date."Dimanche de semaine" >= :vpres_datedanssemaine
    When we run the dashboard page, we get an error " Error can be displayed due to an error. Contact an administrator".
    Do you see an error anywhere?
    Did someone manage to pass a Date from a dashboard prompt to a BI Publisher parameter?
    Thanks
    Edited by: Jerome D on Jan 23, 2009 10:06 AM

    Hi
    see whether this is helpful or not for you...
    http://oraclebizint.wordpress.com/2007/10/19/oracle-bi-ee-101332-dashboard-prompts-and-bi-publisher/
    Thanks & Regards
    Kishore Guggilla

  • How to set sysdate as default date in dashboard prompt

    Hi all
    I want to set default date(sysdate) in dashboard prompt. How to do that.
    I have not done this before.
    tell me in clear.
    Thanks in advance.

    Hi Anand,
    The formatting of the data is not something you can change in the variable expression. It is dependent on the data type of the column you used in the prompt. For example, if your prompted column is a DATE data type in your repository file, then you will NOT see a timestamp. However, if your source column is defined as a DATETIME object, then it will always add in a timestamp, even if that timestamp is 12:00:00.
    If you don't want a timestamp, go into your repository and in your physical layer, change the datatype of your column from DATETIME to DATE. And in the prompt, keep using the syntax: @{system.currentTime}\[MM/DD/YYYY\]
    Good luck and if you find this useful, please award points!
    Best regards,
    -Joe

  • How to use action links or master-detail event in dashboard prompts?

    Hi,
    I am new to OBIEE 11g. I have created three reports 1.Daily Data Report, 2.Weekly Data Report 3. Monthly Data Report.
    I have created one dashboard prompt in which I have specified choices as Daily, Weekly and Hourly.
    My requirement is that when I select the choice as 'Daily' I should get Daily Data report below Dashboard prompt.
    When I select the choice as 'Weekly' I should get Weekly Data report below Dashboard prompt
    and when I select the choice as 'Monthly' I should get Monthly Data report below Dashboard prompt.
    How this can be achieved in OBIEE 11g?

    Hi,
    What you do is just put this 3 different reports in 3 different dashboard sections and in section condition assign a condition based on presentation variable so that when u select weekly in the prompt only the weekly section condition should be true and other 2 section conditions should be false, in that case only the true section condition will display and false conditions will hidden.
    Try implement this u will definetly can achieve the result.
    Note: Create Variable prompt for this as best practice
    Revert for any queries.
    Mark if helpful/correct.
    Thanks
    Edited by: 934322 on Mar 19, 2013 7:49 AM

  • Can I pass parameters from a dashboard via a dashboard prompt and presentation variable to publisher report based on a data model with select statements in OBIEE 11g ?

    I have a publisher 11g (v 11.1.1.7)  report with a single parameter. The report is based on a data model not a subject area.  I created a dashboard put a dashboard prompt and link to the report in separate section on the same page.  The dashboard prompt sets a presentation variable named the same as the parameter in the report. 
    The problem was when I created the dashboard prompt, it forced me to select a subject area which I did (though did not want to) and then I created both a column and variable prompts. But clicking on the
    report link completely ignored the value that I thought would be passed in the presentation variable to the report.
    Side note :  My report uses a pdf template for its layout where I have mapped the columns names from my data model to the form fields on the pdf form.  I noticed that if I create a publisher report based on a subject area, then I do not have the choice to choose a PDF as a template type for my layout.  (I only see BI Publisher Template as a choice). 
    I see some documentation online that suggest it could be done in 10g.
    Thanks
    M. Jamal

    Ok,
    I just tried that and it still doesn't pass anything to the prompt.
    I changed the prompt to an edit field and I made the following weblink but when i click the link from an account it doesn't put anything in the prompt and all data for all accounts is shown.
    This is the URL maybe I messed something up...
    https://secure-ausomx###.crmondemand.com/OnDemand/user/Dashboard?OMTHD=ShowDashboard&OMTGT=ReportIFrame&SelDashboardFrm.Dashboard Type=%2fshared%2fCompany_########_Shared_Folder%2f_portal%2f360+Report&Option=rfd&Action=Navigate&P0=1&P1=eq&P2=Account."Account Name"&P3=%%%Name%%%
    thanks

  • How to set the 'default to' field of a dashboard prompt to yesterday?

    Hi everyone,
    I have a dashboard prompt on a date (fully qualified name Date.Date and type Date).
    I also have a simple report with two columns: Date.Date and a mesure (whatever the name).
    I managed to filter on the day before the current date in the report by adding an advanced SQL filter:
    Date.Date = Cast(TimestampAdd(SQL_TSI_DAY,-1,@{system.currentTime}) as Date)
    Now, I would like the prompt to select the day before the current date by default.
    The filter on Date.Date would be 'is prompted' or so.
    How do I set the "Default to" field of the prompt?
    Thanks in advance

    Hi
    go to your prompt..
    select SQL Results from Default to: dropdown..
    here.. you need to write your Logical SQL..
    which defaults to the previous date
    some thing like this..
    *select case when 1=0 then anydate column else timestampadd(sql_tsi_day, -1, CURRENT_DATE) end FROM SubjectArea name*
    write like this.. and report back...
    Thanks & Regards
    Kishore Guggilla

  • Date Dimension changes format when in dashboard prompt

    Hi
    I have created a report in OBIEE 10g wherein a dimension is DATE. It displays as MM-DD-YYYY. I also created a dashboard prompt using this dimension.
    However, when I select a value from the prompt in the dashboard, it says that:
    "A date value was expected (received "2007-01-05 00:00:00")"
    I hope you can help me with this problem.

    Hi,
    In the physical layer, go to the properties of the field(Your Date dimension column) and change it's type from Timestamp into Date. Hope this will solve your issue.
    Thanks,
    Balaa...

Maybe you are looking for

  • How can I stop firefox from opening mulitiple tabs from past sessions everytime I start Firefox?

    When I start Firefox from my task bar (windows 8) Firefox opens tabs from the previous secession. I'm using Yahoo as my home page.

  • ORA-12547 error while creating new database through dbca

    i installed oracle 10g R2 on parallels virtuozzo container. (it is a product similar to openvz and solaris containers) added: oracle version is 10.2.0.1.0 the installation goes off without too much fuss but when i try to create a general purpose data

  • Issue in parsing MYSAPSSO2 Cookie -Certificate Serial no is in Hexadecimal

    Hi All, We are trying to establish SSO with a non SAP web application using MYSAPSSO2 cookie. Plan is to write a java class which can parse out the MYSAPSSO2 cookie, extract the user Id and use it for single sign on. Following Libraries are used: log

  • Reader+OLE+SetCurrentHighlight

    Hi! I couldn't find anything in the forum regarding SetCurrentHighlight() bug so maybe I am the only one who would like to use it. But there's no problem :-) The documentation of the method's parameters is a little bit confusing at first sight. void

  • Message popup not appearing

    I created a dll that had a message popup (userint.h) using Cvi version 6 on Windows XP, then using the Cvi runtime module and everything was good. I am now using Windows 7 (32 bit) and the latest Cvi runtime module and the dll partly works, does not