Dashboard prompt: display current Date earlier this week on the top in the list of choices to obiee

Hello

I develop a relationship where we have a requirement to indicate the start date of the week current on top in the drop-down list.

The start date of the week is Sunday, March 10, 2013 "and Saturday weekend date is 17 March 2013", it comes directly from the source and now when I ordered it to be, goes to the week of the
2015 or 1950 from the desc or asec.

I want to display the start date of the current week as the default display using the dash prompt and I need digital week, I need the date: I do not have access RPD to set the variable repository.

For example week start date (18/03/2013 and end date of week 23/03/2013), it should be dyanamic were based on the current date, it must default to this week to start and end date. Please let me know your inputs.

Thanlks

Try this at the prompt of-> see the-> SQL results

SELECT Time.Date FROM 'SA' where week (Time.Date) = week (current_date) and year (Time.Date) = year (current_date)
order of Time.Date

If brand aid

Published by: Srini VIEREN on March 18, 2013 21:18

Tags: Business Intelligence

Similar Questions

  • I need to know the file current date/time number stamp and the version of "spoolsv.exe" in Vista Home Premium 32-bit with SP2.

    I need to know the file current date/time number stamp and the version of "spoolsv.exe" in Vista Home Premium 32-bit with SP2. My spooler file got corrupted and I need to know what that the stamp of date/time on the latest version of the file: spoolsv.exe. I did a search on my hard drive and found 8 copies of the file with 7 different dates. I need to know which copy in my file C:\windows\system32\. I suspect that the problem was caused by some kind of malware. I think that some of the different versions on my machine of the initial installation of the Vista, SP1 and SP2. 3 copies that would explain. I tried all the suggestions in this forum and several others. I tried sfc/scannow and it simply replaces the corrupted file by another. I understand how works this file and a simple copy will do the trick if I knew that the file to use. I know that I don't want to go back to the first version of 2006.  BTW... my symptoms are all my printers have disappeared, and when I try to 'add a new printer' I get an error message saying that my spooler service does not work. When I opened my services window it shows that indeed, he is arrested, but I will not start because the description column contains only the code garbled machine indicating that the file is corrupted, or it may contain a virus. I had been using F-Prot until this virus got by and now I use AVG. I scanned my machine with several cleaning packages and it is is more infected, but I worry that from this corrupt file grow something. I know that the problem is not with my printers or drivers, because everyone on my home network can print on all of my printers. None of the people I know are on Vista 32 bit. They are all running System 7 or XP. I have XP, except that a few years ago I suffered from the "Syndrome of Pepsi" on my laptop and when I bought a new HP, it came with Vista.

    Version 6.0.6002.18294

    Day 17/08/2010

    Duration 14:11

    Duration may vary in different time zones.

  • start date for each week of the month

    Dear members

    How can I find double, the start date of each week of the month in a year.
    beginning of the week is the word "Monday".


    year month week day date
    ----------------------------------------------------------------------------------------
    Monday, January 3, 2011 JAN 1, 2011
    2011 2 JAN Monday, January 10, 2011
    Monday, January 17, 2011 January 3, 2011
    JAN 4 2011 on Monday, January 24, 2011
    2011 to January 5 Monday, January 31, 2011


    Thank you

    teefu

    Hello

    You can use this:

    with t as  (select to_date ('01/01/2011', 'DD/MM/YYYY') start_date from dual)
    select  date_calc
    from (
            select  start_date,
                    (level-1)*7+trunc (start_date , 'D')+1   as date_calc
            from t
            connect by level <=53)
    where trunc(date_calc,'YYYY')=trunc(start_date,'YYYY') ;
    

    Kind regards
    Sylvie

  • We currently have questions get applications and the list of services. Please try again...

    I just signed up for cc, received confirmation that I'm in and confirm my email address.

    The following text is displayed when I click on "Download now" under Services and applications:

    Adobe_error.png

    We currently have questions get applications and the list of services. Please try again in a few minutes.

    This happens in Firefox and Chrome.

    I'm kind of miserable at the moment.

    The problem has been resolved.

  • Display current date as default in calander invites type dashboard.

    Hello
    I need to display the current date in the column of the dashboard of the default calendar for the value guests.

    can any one help in this aspect to show the current date as the default date in the quick dash in OBIEE.


    Thank you

    Issa Khan

    small correction to NGO

    Select 1 = 0 then table.timeId to another end current_date

    Select case when 1 = 0 then table.timeId to another end current_date of subject domain name

  • Display today date + 10 days or show the date of the event if this is earlier.

    I have created an agreement form PDF.

    I would like to have the deposit due 10 days from "Date of the day" or the "EventDate", whichever comes first.

    currently it shows the date of the day + 10 days but sometimes the event date is earlier than that.

    Thank you all in advance!

    This script can be used for the filing date:

    document level scripts;
    function GetField (oDoc, cName)
    {
    get the object field with error checking.
    oField = oDoc.getField (cName);
    if(oField == null)
    {
    App.Alert ("Error to the field named" + cName + "\nPlease check the spelling of the domain name and capitalization.', 1, 0");
    }
    return oField;
    } / / end GetField function;

    Scand (cFormat, cDate) function
    {
    convert date stirng date with error checking object;
    Kai var = util.scand (cFormat, cDate);
    if(oDate == null)
    {
    App.Alert ("Date of conversion Error" + cDate, "using the format" + cFormat + "\nPlease verify that the date is valid", 1, 0);
    }
    Return to oDate;
    } / / end Scand function;

    function Date2Num (oDate)
    {
    convert the date object to the number of days since the EPO / / date of ch;
    set the time at midnight of the date;
    oDate.setHours (0, 0, 0, 0);
    convert milliseconds to days;
    Math.ceil (oDate.getTime (return) / (1000 * 60 * 60 * 24));
    } / / end of function Date2Num;

    function Num2Date (nDays)
    {
    Convert number of days date object.
    Back to oDate = new Date (nDays * 1000 * 60 * 60 * 24);
    } / / end Num2Date funciton.

    SetDate() function
    {
    If (GetField(this,_"Today").valuesAsString == null |) GetField(this,_"Today").valuesAsString == "")
    {
    var oToday = new Date(); get the date system;
    oToday.setHours (0, 0, 0, 0); Set to midnight;
    GetField(this,_"Today").value = util.printd ("dd-mmm-yyyy", oToday);
    }
    return;
    }
    Set the field to today's date.
    SetDate();
    end document level scripts;

    Event.Value = ""; Turn off the field;
    get the field objects and field values;
    var cToday = GetField(this,_"Today").valueAsString;
    var cEvent = GetField(this,_"Event").valueAsString;
    var cDateFormat = "dd-mmm-yyyy";
    If (cToday! = "" & cEvent!) = "")
    {
    objects convertdate to days;
    var oTodayDays = Scand (cDateFormat, cToday)
    var nTodayDays = Date2Num (oTodayDays);
    var oEventDays = Scand (cDateFormat, cEvent);
    var nEventDays = Date2Num (oEventDays);
    Make sure that the date of the event is not before the date of the day;
    If (nEventDays<>
    {
    App.Alert ("event date cannot be before the date. today', 1, 0);
    }
    on the other
    {
    Assume that filing date is the date of today + 10 days
    var nDepositDays = nTodayDays + 10
    If (nEventDays<>
    {
    nDepositDays = nEventDays;
    }
    fixed date of filing;
    Event.Value = util.printd ("dd-mmm-yyyy", Num2Date (nDepositDays));
    }
    }

  • What the * happened to my Windows Vista program earlier this week? I don't know what I did and I had nothing else but BIG TROUBLE SENSE HELP!

    After sevice pk 2 I did nothing but chase problems, 10 pilots down in a single night. Now it starts only in safe mode byitself and system restore it impossible of access that has not helped the only time where he worked finally unable to access updates windows either. At Mr fix it to work on things for houirs, but now his party and I cannot get safe mode and its so limited after problems, I spent this week all treat them w/problems. I don't know what else to do and I don't know what tpo events cause this Nightmare.Iam now crazy and lost, help me!

    Hi Claudette Russell,.

    ·         What is the full error message?

    ·         What happens when you try to start in safe mode or normal mode?

    I suggest you try the methods mentioned below and check if it helps.

    Method 1: Perform a startup repair.

    http://Windows.Microsoft.com/en-us/Windows-Vista/how-do-I-fix-a-boot-startup-problem

    Method 2: Restoration of system Windows Recovery (WinRE).

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-are-the-system-recovery-options-in-Windows-Vista

    Method 3: Perform a check disk (Chkdsk).

    http://Windows.Microsoft.com/en-us/Windows-Vista/check-your-hard-disk-for-errors

    Chkdsk WARNING: When running Chkdsk on the drive if bad sectors are found on the disk hard when Chkdsk attempts to repair this area if all available on which data can be lost.

    Reference: http://windows.microsoft.com/en-US/windows-vista/What-to-do-if-Windows-wont-start-correctly

  • Start/end of last week, no matter the date execution this week

    Hello world

    I'm new to OBI and wanted to pick your brain on something that drives me crazy.

    I want to create a report that will run an aggregation for a date range that spans the last week (Sunday to Saturday), regardless of when his race in the week.

    Thus, for example. If today is 2016-02-09, then when I run the report at any time this week, it should automatically extract data from 31/01/2016-2016/02/06.

    Is it still possible? Appreciate guidance that can be provided.

    Thank you

    Try this as a SQL filter:

    "Your time Table '." " Your Date column.

    between

    TIMESTAMPADD (SQL_TSI_DAY, DAYOFWEEK (current_date)-6, CURRENT_DATE)

    and

    TIMESTAMPADD (SQL_TSI_DAY - DAYOFWEEK (current_date), CURRENT_DATE)

  • from the opening, does not show the current date, need to manually refresh the page

    initially the opening firefox, it does not reflect the current date. I have to refresh the screen to go to the current date.

    This has happened

    Each time Firefox opened

    is past week or two, cause unknown

    A possible workaround is to use to remove the navigation, search and download history on Firefox to clear the cache of the browser on the output. That will make Firefox load pages from the server instead of using the version in the cache.

  • You need to add a "Current Date and Time" stamp on the sheet of taxation using the SmartStream.

    I would use a 'factor of propagation', but don't know how to program to give the current date and time.

    Found the solution. Added this code:

    '#JobName '.

    the Element.Indd of propagation that is assigned to the tax.

    I had also added a current date; under Variables of Type/text I added

    day/month/year, and

    I've added the counter of the leaf on the counter of fields/counters/datasheet.

    Works very well. Registered as a master to automatically assign these three elements

    for each sheet of any tax without having to add varable columns to the

    the database.

    Hope it will be useful to others.

  • How can I change the date format in Thunderbird for the list of received messages?

    Through 19/02/2015 12:28, I received my email with this format. Since that time, all the date Watch column is the time, the date does not show. How to get back to the default time and date format?

    The default is to show all the time on messages from today, with the date and time on all the other messages.

    http://KB.mozillazine.org/Date_display_format

  • We currently have questions get applications and the list of services.

    I need to install some applications on my computer to do something as soon as POSSIBLE for a client, but for the last hour I get this error message when you visit creative.adobe.com/apps: "we currently issues to get the list of applications and services." Please try again in a few minutes. »

    The Application Manager is also getting errors. Pretty frustrating. Anyone know what's the deal? It's serious bearing on my day and the ability to get the work done.

    Yes, it's down again. We work to raise the service as soon as possible.

  • How to display current date time of day previous same time and same with last day of the week with 24 hours in relation to the graphic line obiee 11g

    Hello


    Can someone help me with the problem I am facing to... my scenario is currently that we show reports from 00 hours up to 24 hours. But now the client wants to exact more than 24 hours for chart reports.

    This means that if the time is now 16:05 hours, then graphical report must display data for 16:00 Hrs from yesterday until 16:00 hours that day. Is the same for the last week day 24 hours as well. Means they need two lines in the chart. Please help me...

    Thank you

    Srini VIEREN Terry.Williams dileraco

    Hello

    Now using these variables filter your column of measure...

    Kind regards

    Naga

  • Can anyone help. Since I've upgraded to iOS 9.2 earlier this week, the battery on my iPad began draining at an alarming rate, compared to previously. Anyone experienced the same problem and, if so, found a solution? Thank you very much.

    Recently upgraded to iOS 9.2 and immediately noticed that my iPad now battery very quickly compared to before the update.

    Has anyone had the same problem and, if so, identified the solution?

    Thank you very much

    Paul

    Have you tried a hard reset of your iPad by pressing the sleep/wake and Home buttons simultaneously until your iPad goes to black and restarts with the Apple logo and then release the buttons?

  • Meter of the week in the list of dates

    Consider the following query, which lists a bunch of dates for a given day and cumulative account of days/weeks.

    There are probably a dozen different ways to calculate the third column in 'WEEKS', but I was wondering if there is a simpler and more elegant than my cold ravaged head come with method?

    select trunc(sysdate)+rownum-1 dt
      ,rownum days
      ,case when mod(rownum/7,0) = trunc(mod(rownum/7,0)) then mod(rownum/7,0) end weeks
    from dual
    connect by level < 100
    
    

    DTDAYSWEEKS
    FEBRUARY 11, 2015 00:00:001
    12 FEBRUARY 2015 00:00:002
    13 FEBRUARY 2015 00:00:003
    FEBRUARY 14, 2015 00:00:004
    15 FEBRUARY 2015 00:00:005
    16 FEBRUARY 2015 00:00:006
    FEBRUARY 17, 2015 00:00:0071
    18 FEBRUARY 2015 00:00:008
    19 FEBRUARY 2015 00:00:009
    20 FEBRUARY 2015 00:00:0010
    FEBRUARY 21, 2015 00:00:0011
    FEBRUARY 22, 2015 00:00:0012
    FEBRUARY 23, 2015 00:00:0013
    24 FEBRUARY 2015 00:00:00142
    FEBRUARY 25, 2015 00:00:0015
    FEBRUARY 26, 2015 00:00:0016
    27 FEBRUARY 2015 00:00:0017
    FEBRUARY 28, 2015 00:00:0018
    MARCH 1, 2015 00:00:0019
    2 MARCH 2015 00:00:0020
    3 MARCH 2015 00:00:00213
    MARCH 4, 2015 00:00:0022

    See you soon

    Post edited by: scott.wesley (clearer column names)

    Something like that?

    Select

    trunc (sysdate) + rownum-1 dt

    rownum dys

    case when mod(rownum/7,0) = trunc (mod(rownum/7,0)) then mod(rownum/7,0) end act_wk

    , case when (end mod(rownum,7) = 0) then rownum/7 x

    of the double

    connect by level<>

Maybe you are looking for