Default value in guest of dashboard

Hello

I created 2 guest of dashboard is projectnumber is another date that is in the format "MON-YYYY".
My requirement is prompt by default date value one month before a current month.
Example, if it's February 2012, it should appear under JAN 2012


Thanks in advance.

Hi RR,.

Change the command prompt.

Under the default selection select SQL result and place the following query:

SELECT concat (upper (CAST (MONTHname (TIMESTAMPADD (SQL_TSI_MONTH-1, CURRENT_DATE)) AS CHAR (3))), concat ('-', cast (YEAR (TIMESTAMPADD (SQL_TSI_MONTH-1, CURRENT_DATE)) as char)))
"OLIVE TREE".

Try this... I think that this will solve your problem.

Tags: Business Intelligence

Similar Questions

  • Selecing the specific values for guest of dashboard

    Hello
    I want a drop down in the guests of my dashboard which contains values between 1 and 99. How can I reach it? Note that these values is not a column of presentation, so I want that they using the SQL result. Any idea?


    Thank you.
    Issa Khan

    Control: Drop-down list

    To get the numbers from 1 to 99 write in Show/SQL results:

    SELECT RCOUNT (TIMES. TIME_ID) OF "my presentation space.
    WHERE RCOMPTE (TIMES. TIME_ID) BETWEEN 1 AND 99
    ORDER BY 1

    Use any table.column with distinct values more or equal to 99, I used TIMES. TIME_ID.

    And set the variable of presentation.

    Concerning
    Goran
    http://108obiee.blogspot.com

  • Display the default value between Dates in guest of dashboard

    OBIEE 11 g

    My users would say the default values shown in my dashboard of the guests. So far, I have created a guest of Dashboard using between operator for dates between CURRENT_DATE - 7 and CURRENT_DATE through SQL results. However, when the dashboard is running the date fields are blank and have not of these dates. Does anyone know how to get these to display. Thanks in advance.

    Instead of current_date-7 you can try with timestampadd(SQL_TSI_DAY,-7,current_date) and
    TIMESTAMPADD(SQL_TSI_DAY,0,CURRENT_DATE)

    It should work.

  • Guest of dashboard: setting default value using CASE?

    Hello

    I have the SQL script according to which fills the drop-down list in a table of edge-guest:

    SELECT "-calendar". " YearWeek' TO 'orders' WHERE ("-calendar". "") (YearWeek)"BETWEEN VALUEOF("CurrentYearWeek-4") AND VALUEOF ("CurrentYearWeek")) ORDER BY '-calendar". " YearWeek' DESC

    Note: CurrentYearWeek-4 and CurrentYearWeek are variable repository

    In order to have filled with the most recent YearWeek promt, I entered the following SQL script to set the default value for the prompt of the dashboard:

    SELECT MAX ("-calendar". "") YearWeek') TO 'Orders' WHERE ("-calendar". "") (YearWeek)"BETWEEN VALUEOF("CurrentYearWeek-4") AND VALUEOF ("CurrentYearWeek"))

    It fills the combo correctly with 5 YearWeek numbers in descending order and defaults to the last YearWeek.

    Now, I want to achieve is that if CurrentDate (= an another variable repository) is a Monday, I want to set the default value for the prompt show the value of the CurrentYearWeek-1 * (since there is no data yet for CurrentYearWeek).

    I tried the default using following Expression Variable, but without success:

    CASE WHEN DAYOFWEEK (VALUEOF ("CurrentDate") = '0', THEN ANOTHER VALUEOF ("CurrentYearWeek") END VALUEOF("CurrentYearWeek-1")

    In my view, it must be possible, but I'm stuck now. Any suggestions?

    Thank you!

    OK, I'm happy for you. Don't forget to put points for the correct answer. If you are a new user comes first read this:

    http://forums.Oracle.com/forums/Ann.jspa?annID=939

    Concerning
    Goran
    http://108obiee.blogspot.com

  • prompt of dashboard works do not correctly with the default values

    I created 2 dashboard:

    Dashboard 1 are:
    prompt A
    report A

    Dashboard 2 were:
    B invites
    report B

    Report A and B are the same reports as structure and filters. Only have different names.
    Prompt A and B both filtered region attributes:
    Invite a default view in clause sql on the "Région" attribute values: region1, 2, 3
    B quickly view sql clause on the "Région" attribute default values: 4, 5, 6

    If I run the A dashboard, it works fine.
    If I run the dashboard B, show me the same values of the dashboard (region1, 2, 3) in the two guests of report.
    If I click on the Clear button, the B dasbhoard runs correctly and shows 4, 5, 6 in the two guests of report.

    Seems to be something in the cache. But why?


    Sara

    Published by: Sara C. on 18 / gen/2010 9.41

    Go ahead and skip this step then. I never did, but my colleague has mentioned that you can disable the RPD to be cached at all, so if you are in online mode and you still cannot manage the cache, assume that this feature is disabled.

    In addition, as I said above, I don't think it is a caching problem, it was just more precautionary, so I don't think it will be a big problem.

    Please let me know how the rest goes!

    Kind regards
    Jason

    PS - Out of curiosity, what version of OBIEE do you use? 10.1.3.4?

  • OBIEE dashboard how to set the default value of a prompt dynamically

    Hello

    I have a prompt that displays the quarter of the year. I want to put the default value of this prompt dynamically. So, if sysdate is between January and March, then fast should say 'Q1 '. If the month of sysdate is between April and June, then fast should say 'Q2'... etc.

    I set the default selection of the prompt SQL suite and put in the following code:

    SELECT BOX WHEN EXTRACT (MONTH FROM sysdate) IN (1,2,3) and THEN "Q1" double WHEN RETRIEVED (MONTH OF sysdate) (4,5,6) and THEN "Q2" double WHEN RETRIEVED (MONTH OF sysdate) (7,8,9) THEN "Q3" double ELSE 'T4' LATE double

    However, it seems not be soon and there is no default value. I was just wondering what I'm doing wrong. Thank you!

    ~ Kevin Sun

    What is the problem with the answer you were given in this thread: OBIEE parameter default value a "quarter" guest dynamically?

  • How can we change the prompt values from default of other guests...

    Hi Experts,

    I have a quick-> DAILY, WEEKLY and MONTHLY status.

    If the user selects one of the default value in an another guest of Startdate and Enddateshould change, here Startdate and Enddate is Editbox/calendar control.


    Declared the variable of the presentation on the front line and in the second prompt SQL Results(Default to) I write

    + SELECT CASE WHEN ' @{almost} = END "WEEKLY" THEN VALUEOF (VAR_WEEKLY) +.

    but in the default language that he did not show the value of the variable repository...

    Please suggest me a solution its urgent

    Thank you
    saichand.v

    Hi Andre,

    Are you an error ("error creating Drop Down Values")? Or are you just see an empty default value?

    If you get an error, you have all the columns display in your default SQL formula? If this isn't the case, it's your problem. OBIEE won't let you build a logical SQL query without having a column of presentation in it somewhere.

    If this is your problem, try the following: SELECT CASE WHEN 1 = 0 THEN WHEN ' @{almost} "="WEEKLY"THEN from END VALUEOF (VAR_WEEKLY)

    Do not forget to replace SUBJECT_AREA and PRESENTATION_COLUMN with appropriate names. Condition 1 = 0 will never evaluate true, so it's as if she's not here, but OBIEE will see that there is a column of presentation of the formula and stop giving you the error.

    Good luck and if you found this post useful, please give points!

    Best regards

    -Joe

  • Date range prompt--Null default value

    Hello

    It is a follow-up on post Date invites default NULL

    I have a similar case but using database directly request the report and have implemented a variable presentation with two date ranges. I want to leave the default value of the date white values in the dash prompt, but have the ability to enter values in the other guests and ignore the date of the application

    I have 4 variables of presentation being placed in the SQL query, two of which are the date ranges (between)

    I use OBIEE 10.3.1.4, is there a workaround to run the report using the other prompt values and ignoring the date values null?

    Hello

    Keep your 1900 filter in report itself and no default value chosen at the prompt. If this value is not visible in the dashboard and it will fly too when the user selects a value from the command prompt.

    Thank you

    AJ

  • Block initialization parameter default value of the session variable used in default prompt as "(toutes les valeurs de colonne)" "

    Hello

    I have a business requirement for a dashboard that we built location to get the users that belong to a certain geographic location to the default view of the dashboard with guests together in their geographic area.  He is just giving them a default view to enhance their experience when they connect each day.   Because of the way that we put the default value for the period of time they watch, with the HELP of SAUVÉ the CUSTOMIZATIONS IS NOT AN OPTION.

    I created the default values for the prompt called "area" in a block of initialization. This variable is called V_USER.

    My problem is that only about 80% of users have a value of 'Area' in the hierarchy of our employees.   I would like to someone else by default "(toutes les valeurs de colonne)". "  I was unable to understand how and where do.

    Some of the things I've tried:

    (1)Setting the default value in the initialization of an empty space block ("in SQL)
    (2)Setting the default value in the initialization "(toutes les valeurs de colonne) block '"
    (3)Setting the default value in the initialization block 'null '.

    None of them have worked and the result is that the user who does not have an area ends with a load of zombie dashboard, and while the guest gave rise to fashion "- select value -", the user must press "Apply" again to get the dashboard to display the data.

    The text which lies behind the encircled area in green below correctly becomes the value of the variable to V_USER (it is empty as default and I don't have a box).

    For @{biServer.variables ['NQ_SESSION.]} {[USERS ']} the default zone must be @{biServer.variables ['NQ_SESSION.]} {[V_USER']} {}

    In the red circles below you can see that the guest actually becomes a value: *) nqgtu(* )


    The illustration below indicates the default value for a user without a box. the second quick block is not updated until you press on apply again...

    Thanks for your comments.  I was not able to make this work for my needs.  I have however to solve the problem by changing using a 'SQL result' for my default selection.  Then I created a query that returns rows NULL unless there is a correct answer:

    SELECT 'Service Delivery MOS '. "' Organizational hierarchy. "" Area ".

    "MOS DELIVERY."

    WHERE ("organisational hierarchy". ("" Area number "> 0) AND ("Service Delivery MOS". "Organizational hierarchy" "." " Zone' = ' @{biServer.variables ['NQ_SESSION.]} {[V_USER']} {} ")"

    The "returns no line' I mentioned above resulted in all values being selected.

  • Question of guests in dashboards

    Hi all

    We have a problem in the dashboards.

    We have five dashboards for the project accounting module.

    For all five dashboards, we have five different guests. For a couple of guests, we have selected default values and this varies between guest a dashboard to another.

    Now the question is, when the user navigates in a dashboard to another, assuming that from 1st to 2nd, the 2nd guest of dashboard takes the dashboard 1 values prompt as value by default even if this isn't what we have selected as default. Why is this happening?

    Ex: Gel is the guest of the dashboard and we have two values 'February 20, 2012'-'March 15, 2012' as values.
    (1) dash 1st time values were chosen as default values for the user.
    (2) for 2nd dashboard only 'March 15, 2012' has been set to the default value.

    However when the user navigates to the 2nd dashboard, dashboard 1 values appearing as default which should not happen.

    Hope my explanation is clear, can someone help me on this.

    Regds
    Mano

    You can try, on your dashboard guests change the scope of "Dashboard" to "Page".

  • OBIEE11g - by passing the quick values between pages of dashboard

    Hello

    I'm working on OBIEE 11.1.1.3 and need help on the question of the value of guests passing between the dashboard pages.

    Scenario:
    -J' built 2 reports of the separate fact tables. Customers and products are the common dimensions between these fact tables. Temporal dimension is different for each of them.
    -J' have a dashboard and 2 pages it contains - Page1 and Page2.

    Page1:
    -J' have a dashboard guest with filters product, customer and year.
    -J' have a relationship with the product, customer, year and income of the columns.
    -J' have an Action - "Click here" link, which directs the user to page 2.

    Page2:
    -J' have a dashboard guest with filters product, customer and week.
    -J' have a relationship with the customer, product, week and Total Volume of the columns.

    I select some values in Page1 guests and generate a report. Then I click on the "Click here" action link, which will take me to page 2.

    Now, on page 2, I want the common guests (product and customer) have default selected as the values that were selected in the common guests on Page1. And, as a result, the report on page 2 must be generated.

    Tried solutions:
    1. added the below javascript in page 1, but the link that is clicked, does nothing.

    < script >
    function navigateToPage2()
    {
    DashboardChangePage ('path to Page2');
    }
    < /script >
    Click here

    2. I put a Variable presentation when you select a value in a prompt on Page1. But I am unable to set this as the default valie variable in the corresponding prompt on Page2.

    Ask what the experts kindly suggest how I can get this to work.

    Thank you and best regards,
    Rahul

    Published by: Rahul December 1st, 2011 05:10

    Hello Rahul,

    This is a bug in 11.1.1.3, application of patch 10381088 solve this problem.

    Bug 10381088: dash PROMPT VALS NOT KEPT WHEN you NAVIGATE TO OTHER PAGES IN the dashboard

    Rgds,
    DpKa

  • Default value for the prompt based on another request

    Hello:

    I have a requirement where I need to define default values of messages based on another request.

    The guest is a quick Date.

    I have tried using the presentation variable and sql query writing, where is written "WHERE promo_id = @{variable}" "

    but it still does not.

    Please let me know a workaround for this problem.

    Thank you.

    -Vinay

    What determined your operator BETWEEN End Date? I guess it's variable. In addition, is the second report on the same page or another page of dashboard? Assuming that the two reports are on the same page, do the below. If this isn't the case, you can use the same guests on the second page of dashboard. Define the scope of "dashboard" and the selection of the user is wearing on the second page.

    The easiest way is to have 3 guests of dashboard: Promo_ID, Start_Dt and end_date. assign to these guests PVs: pvPromoID, pvStartDate and pvEndDate, respectively.

    Filter a report on pvPromoID and pvStartDate.

    The second report on the pvPromoID of the filter and use pvStartDate in the filter of the two report Date column. Assuming that the values BETWEEN are variable, so you can write the following on the column of your second report:

    "Table name". " Date ColumnName.<= '@{pvstartdate}'="" and="" table="" name"."date="" column="" name"=""><>

    And your Promo column, use the filter "Table name". "Class = ' @{pvPromoID}"

    When the user selects the Promo ID, Start Date and end Date in the guests, the first and second reports will be filtered accordingly.

  • Is it possible to use the default value as sql expression in obiee 11g report?

    Hi all

    Is it possible to use the default value as sql expression in obiee 11g report?. Actually what I'm trying to make is that we send an ibot users. They want the same default values that are assigned in the command prompt in the report. So when we send the ibot it shows the report for default values assigned in the report criteria which is obsolute. As a solution, I kept the report in a dashboard page and send the dashboard like ibot page. But the problem here is that I can send only pdf format. Is it possible to do so at the level of the report (without using session variables). I want something like that

    Date between Date ' @{PV1} {Timestampadd (SQL_TSI_DAY,-90, CURRENT_DATE)} and Date ' @{PV2} {CURRENT_DATE}

    Thanks in advance

    Thank you

    AJ

    http://www.w3.org/2001/XMLSchema-instance"container ="http://www.w3.org/2001/XMLSchema"xmlVersion ="201201160' xmlns:sawx="com.siebel.analytics.web/expression/v1.1" > "

    "Question time '." Date '.

    "Question time '." Date '.

    BOX WHEN (DAYOFWEEK (cast (max (CURRENT_DATE) date)) = 1) THEN TIMESTAMPADD (SQL_TSI_DAY,-2, cast (max (CURRENT_DATE) as date)) WHEN (DAYOFWEEK (cast (max (CURRENT_DATE) date)) = 2) THEN TIMESTAMPADD (SQL_TSI_DAY,-3, cast (max (CURRENT_DATE) as date)) WHEN (DAYOFWEEK (cast (max (CURRENT_DATE) date)) = 3) THEN TIMESTAMPADD (SQL_TSI_DAY,-4, cast (max (CURRENT_DATE) as date)) WHEN (DAYOFWEEK (cast (max (CURRENT_DATE) date)) = 4) THEN TIMESTAMPADD (SQL_TSI_DAY-5 (, cast (max (CURRENT_DATE) date)) WHEN (DAYOFWEEK (cast (max (CURRENT_DATE) date)) = 5) THEN TIMESTAMPADD (SQL_TSI_DAY,-6, cast (max (CURRENT_DATE) as date)) WHEN (DAYOFWEEK (cast (max (CURRENT_DATE) date)) = 6) THEN TIMESTAMPADD (SQL_TSI_DAY, 0, cast (max (CURRENT_DATE) as date)) WHEN (DAYOFWEEK (cast (max (CURRENT_DATE) date)) = 7) THEN TIMESTAMPADD (SQL_TSI_DAY-1, cast (max (CURRENT_DATE) date)) END

  • Restore the default value from the drop-down list

    Hyperion Inreatctive reports.

    I have an embedded in a dashboard report.  I drag the lists that filter the report.  Filter feed results and it works fine.

    I want to put a command button on the dashboard that restores the default values from the dropdown lists.  I have a selection in each drop-down menu, 'all '.  "All" is the default value.

    For example, for the year

    drop_Year

    for the region:

    drop_Region

    What command should I put on the command button that any value is displayed in the drop-down lists of this command, restore it to "all"?


    Watch the Select() method

    w

  • As a guest of dashboard column Chooser

    Hello

    My requirement is to have the column as a guest of dashboard selector.

    Example:
    With the three year period prompt options, month, quarter as radio button.

    -> If I select the month I have to get the wise chart months and
    -> if I select year to me year wise.

    Thanks in advance.

    Hi RR,.

    GoTo column period in the criteria tab, click on change the formula and use the presentation as varaible

    "Table name logic '." "@{Presentation_variable} '{Default_value}.

    For example: "Sun time". "' @{v_period} {month}."

    Save your report.

    Run the dashboard.

    You can see the chart change according to your prompt value.

    Try this...

Maybe you are looking for

  • IPHONE MORE STOLEN 6

    How can I do for reporting my IMEI # while it is known that my iPhone is stolen? My IMEI number is *. < personal information under the direction of the host >

  • Satellite L505-h-13 - how to upgrade to Windows 7?

    HelloI decided to push my little laptop.a old and slow for this I changed the hard drive for a 256 GB ssd, it works very wellI loaded win 10 x 32 and it works very well too, but impossible to load and install win10 x 64I bought two 4 GB ram 1066 ddr3

  • Installer of Modules of Windows has stopped working and was closed

    HelloI have a laptop Toshiba Satellite (running Vista Home Premium) that I bought about two months ago.  When he tries to run updates, he routinely gets through a few and then up pops the message "Windows Modules Installer has stopped working and was

  • Windows Media Player will only play a sound with no video .avi and .mov

    I started having a problem where the Windows Media Player will only play the audio portion of my .avi and .mov video files. These files were created by my FlipCam or my Sony Handycam. I never had problems until recently and think that it is due to so

  • HP OFFICEJET PRO 6230: Best way to change the settings WIFI on HP OFFICEJET PRO 6230

    Hi all Just after some advice about this printer. It's the printer be mobile , so it can be taken with the Member of staff, connected to wifi where they are and then the group they present to can do impressions of him through their ipads (via AirPrin