Default Dashboard Filter Prompt

Hey everyone!
I have a dashboard prompt that has two date range selections (created date and book date). I need these to be the same date range - if a user puts a date range in the created date prompt, I'd like it to be the same in the Book Date prompt. Is there a way to auto-populate my book date prompt with the same date range a user puts in the created date prompt?
Thanks for any advice!
Lacey

Hi,
I checked it, but the problem is that i can't get the usergroup in the variable. It's possible to get the username but i need to have the usergroup to be able to get a default value for that group out of a table.
And could someone give me hint how to do what i want.
regards,
Osman

Similar Messages

  • How to get a calculated default date value as filter prompt

    Dear Colleagues,
    I would need to get a calculated date as dafault value in a query filter promp.
    I tried to use the token <%TODAY%> to set by default the current date and it works.
    But I'd need to set 6 months before the current date as default value in the filter prompt. Any idea to get it?
    I tried to set <%TODAY%> - 120 for example  but it's not working because I think the system is taking this as a DATE type value.
    Thanks in advance!
    Regards.
    Martin

    Dear Colleagues,
    I would need to get a calculated date as dafault value in a query filter promp.
    I tried to use the token <%TODAY%> to set by default the current date and it works.
    But I'd need to set 6 months before the current date as default value in the filter prompt. Any idea to get it?
    I tried to set <%TODAY%> - 120 for example  but it's not working because I think the system is taking this as a DATE type value.
    Thanks in advance!
    Regards.
    Martin

  • Query design: Default Value List Filter Prompt to None

    I am building a query with several filter prompts which are of data type Value List
    The problem is that the list defaults to the first value in the Value List, and I would like to default it to None. The reason of course is so users don't have to switch all the dropdowns to None manually.
    I am wondering, what is the default value that can default the list to None? I have tried "0", "None", "null" all to no avail. My current hack is to add another value to the value list called "Any" and make it the first choice in the list.

    Unfortunately I tried that and it didn't work.
    The values of my filter prompt are as follows.
    Parameter Name: AGREEMENT_TYPE
    Prompt Message Resource: Agreement Type 
    Default Value: null:616:null
    Data Type: Value List
    String Matching:Exact Match
    Value List Type: Agreement Type
    Prefill value from cache:
    Optional:
    Hidden:
    Locked:

  • Default value of prompt based on another request

    Hello:
    I have a requirement where I need to set default values of prompts based on another request.
    The prompt is a Date Prompt.
    I tried it using presentation variable, and writing sql query, where is says " WHERE promo_id= @{variable}"
    but it is still not working.
    Please let me know the workaround for this issue.
    Thank you.
    - Vinay

    How is the End Date determined for your BETWEEN operator? I would assume that is variable. Also, is the second report on another dashboard page or on the same page? Assuming both reports are on the same page, do the below. If not, you can use the same prompts on the second dashboard page. Set the scope to "dashboard" and the selection the user makes carries to the second page.
    The easiest way is to have 3 Dashboard prompts: Promo_ID, Start_Dt, and End_Date. Set these prompts to PVs: pvPromoID, pvStartDate, and pvEndDate, respectively.
    Filter report one on pvPromoID and pvStartDate.
    Filter the second report on pvPromoID and use pvStartDate in the filter of the Date column of report two. Assuming the BETWEEN values are variable, then you can write the following on the Date column of your second report:
    "Table Name"."Date ColumnName" <= '@{pvStartDate}' AND Table name"."Date Column Name" <='{EndDate}'
    And on your Promo column, use the filter "Table Name".Promo = '@{pvPromoID}'
    When the user selects the Promo ID, Start Date and End Date from the prompts, both the first and second reports will be filtered accordingly.

  • Dashboard with prompts does not go to cache

    Hi,
    all I've been reading on the internet and documentation about caches, makes me think that seeding the cache is only useful for running reports, but not Dashboards. Is this true?
    I have seeded the cache with one iBot, and if I run the report iit goes to the caché. But if I use the dashboard which contains the report, it does not go to the cache. Could this be because in the dashboard I have 5 prompts which I'm using in the report?
    Does the cache work when the dashboard contains prompts used as filters in the report?
    I have seen in the forum and blogs the conditions for a query to go to the cache instead of going to the database, and I follow all the rules. But for example, if I have in a dashboard with prompts, a report with the following columns:
    Column A, B, C, D
    where C is prompted
    and D is prompted
    what should be the ibot to execute?

    Thanks for the link, but I already checked. Also, it goes to cache when I run the report by itself (from the answers window), but not when launched from the dashboard.
    To answer your question, one of the prompts contains month and year, and it's filled from a variable defined in the repository (selec max(month_year) from table). Also, every prompt that we use saves the choice made by the user in a variable (so that we can filter in the report). Could this be the problem? Does cache not work with prompts kept in variables, or prompts that use variables?
    Thanks!!

  • Pagebreaks in PDF from Answers + Dashboard Filter Value in Answers Title

    Hi All,
    Question 1:
    is there a possibility to to "data driven" page breaks with the PDF printing funcion from Answers?
    Say, we have a list of Customers with some Invoice data in a report. When i print the results as PDF, i want to have each customer on a new page. How can i realize this? (BI 10.1.3.4.1).
    Question 2:
    Is there a possibility to get the selected values of a multichoice dashboard filter into the title of an answers analysis? For dropdown and simple input fields i realized this with variables. But this is not possible for multichoice filters since there is no variable field provided when defining the dashboard prompt?
    Thanks in advance

    Hi Kuldip,
    There are 2 ways of doing it.
    1. Nice and good: For the section where the report is put have a condition to display only if it returns rows. For details please refer to :
    http://bischool.wordpress.com/category/guided-navigation/
    2. The easy way: Add a "No Result" view to your report and add few spaces in the text.
    Let me know if this helped.
    Regards,
    Jay

  • How to pass a value to a filter prompt based on a value list?

    I have a query that has a filter prompt that is based on a value list. I want to call this query from another query as a drill down.
    So I build the URL to call the query and pass the value for the filter prompts as URL parameters. For the filter prompts that are simple text fields this works without problems, but how do I pass a value to the filter prompt that is based on the value list?
    I tried passing
    <parameterName>=<valueListId>:616:null
    and that gives me "None" for the value list prompt as expected.
    I then tried to pass the DisplayName (as I would do when setting a default value for the prompt).
    Like this:
    <parameterName>=<displayName>
    but that does not work.
    I also tried some variations/combinations like
    <parameterName>=<valueListId>:616:<displayName>
    but that does not work either.
    So does anybody know how to pass a parameter to the value list prompt?

    Hi Martin,
    I saw the following post which may help answer your question.
    How to default a Value List or Object Picker to a particular value
    Regards,
    Reshma

  • System-Wide Formatting not applied to Dashboard Column Prompt in 11g

    In OBIEE 11g, I have a dashboard column prompt with a date column. I use this column in the analysis and have made the column properties (formatting) a system-wide default for that column.
    When I use the column in a dashboard column prompt, it does not show this formatting.
    Any ideas why it might not work?

    So from what I understand about your question, the system wide default data format you have set for the date column is not following the same format when you use it as a dashboard column prompt. The system wide format only applies for analysis purposes and not for prompts in 11g.
    Regards,
    -Amith.

  • Default dashboard Page.

    Dear All,
    My dashbaord like below
    Country: Date: Team:
    I have 3 prompts
    i set max(Date) in date prompt.
    In edit dashboard page i set default. MY-8/05/11-Chennai
    When i schedule dashboard reports. It automaticaly took above prompt values.
    My requirment is when i schedule we need to take max of date value in the prompt.
    When i remove default dashboard prompt it took max(date) but when i schedule it took apply saved selection values.
    How to automate apply saved selection values.
    Thanks
    Edited by: Raj on May 9, 2011 9:28 PM

    yes you can,first you log in as arnold and go to his settings -> my account do it like that

  • Token Use in Query Filter Prompt

    I have an RFx query that includes the 'Document Owner' as one of the filter prompt parameters.  I would to set the default value for this parameter to the individual's name that is executing the query. 
    I have tried using %CURRENT_USER_NAME% as the default value.  However, that doesn't work.  Any ideas?
    Note: The parameter is flagged as optional.
    I'm trying this in a 7.0 SP01 Patch 8 system.
    Thanks, Scott

    Hi,
    We had achieved such a requirement via Scripting. This was done on a collection such that whoever was adding a value in a particular collection, we were fetching the name of that user and displaying it on the UI upon Save context.
    Though am not sure how this can work in a Query itself. Though there is a way to default a filter field to None. You can refer that in the link below:
    http://forums.sdn.sap.com/thread.jspa?threadID=2134839&messageID=11071704#11071704
    Thanks,
    Vikram

  • ,I want the dashboard date prompt value to be reflected in the date coloumn

    I want the dashboard date prompt value to be reflected in the date coloumn(Whatever user selects from calendar) and all the filter should operate on this date.
    Can it be done??
    The user entered date in the prompt should be shown as a coloumn in he report

    Yes doing the same way,but the date coloumn is coming with a value 0.
    The prompt value is not getting passed there.
    For the date 1/2/1990; The query getting build is like this
    select distinct (1 / nullif( 2, 0)) / nullif( 1990, 0) as c1 from sawwith
    And so I am getting 0.
    how to resolve this one?
    Edited by: user9275371 on Apr 15, 2010 11:03 PM

  • Setting a Default Page Filter for Large Number of Users?

    Hi Everyone,
    I'm currently running Oracle Business Intelligence (OBIEE) 10.1.3.3.3 and have a quick question regarding page filters.
    I have a report with several page filters. One of the page filters is a multi-select filter of values A, B and C.
    I want to configure my report such that all of my users who log into this report, will automatically be defaulted to the results where the page filter is pre-selected to be equaled to "A". Obviously, if the user wants to then choose another option, he/she may do so manually by toggling the page filter after the report initially renders.
    The only simple way I know how to configure this is through a manual process of logging into the user's account, selecting Page Filter = 'A' for them, and saving their selections under Page Options. Once saved, there is a checkbox that I can select to make this saved selection the default home page for this report for that particular user.
    The problem is that if I have several hundred users, it would be unfeasible for me to go and manually modify each user's account one by one to set the page filter = 'A' for each login.
    There has to be an easier way to universally set a page filter on a certain report such that any group of users (that I can define) will see the same initial, default page filter value settings that I choose.
    Does anyone know of an easier method to accomplish this?
    Thanks,
    Alan

    Hi,
    1. Please put filter value default A then when user login in OBIEE it will display always A data only.
    2. Which security method are you implemented means LDAP/External table kindly conform.
    If you want see the same page across all users.you have to create table in Database.
    Follow below steps.
    1. create table in database like below.
    col1 col2
    groupname Dashboard portal path
    2. Create system variable Go--> Manage-->Variables --> select system variable --> New Portal Path option.
    3. This variable apply in group level.
    I am not sure this what your looking so far.
    Award points it is useful.
    Thanks,
    Satya

  • How to change the default Path of Prompt Played by MicroApp

    Hi
    I need to store all the Self Service application prompts in dedicated Media Server. I can modify location of all the Media files by passing the related URL form CVP application, however I need to know how to change the default location of Prompt file played by Play Media Microapplication in ICM Scripting.
    Currently the default location taken by Play Media Micro App is the Media _Server.variable path set for VXML Server location while I have a separate Media Server.
    Please advice how we can customize the MicroApp Media path.
    regards
    Kapil Kumar

    Hi Kapil,
    Try this in your ICM script, define set variables i.e.
    set Media Server= ip address of media server
    set Locale = en-us
    set input Type = DTMF only
    set App Media Lib = " you new location i.e. test "
    So, the application path will be
    http://media server ip address/en-us/test
    hope this helps.
    Cheers

  • Setting Default Dashboard based on Groups/users in OBIEE 10g

    Hi,
    I am having a requirement and facing some issues with setting a default dashboard option to the users who ever access the application. Below is the brief description of entire requirement.
    The main requirement is to integrate OBIEE into a .net and silver light application. We will be having a 3 links in the .net application , which in turn displays the OBIEE reports and dashboards upon clicking the 3 links.
    We are using the concept of Init blocks, session variables and Go URL from an OBIEE standpoint for accomplishing this integration requirement. We have also configured LDAP server in OBIEE.
    The issue we are facing is out of the 3 links in .net application, we have one link/icon called dashboard icon which should display bunch of OBIEE dashboard pages in the form of 4 tabs but currently it is showing the My Dashboard home page. For this to achieve to set default dashboard page is to go to My account and change the default dashboard to the desired dashboard and log out and log in back to the application and we will be all set with dashboard pages being displayed upon lcking the dashboard icon but this is manual process for each user as they need to login into the .net application and change the setting s in My Account manually to change the default dashboard setting to the desired one.
    How should I make sure, whoever is logging into the Application (every user) should be able to see the default dashboard pages without changing the options manually by going to My Account.
    The LDAP server is taking care of the Authentication part of the users as every user record is maintained in Active directory which in turn is part of LDAP server.
    To brief high level requirement on single statement is  how to make a default dashboard pages to users based on group in OBIEE. Is there any option in OBIEE, where we can change or set a default dashboard to particular group in OBIEE either in RPD or UI level.
    Appreciate your help on this.
    Let me know if anyone needs any more information in this regard.
    Thank
    Praveen

    You can set 'PORTALPATH'. Have a look at these threads below:
    how to get default dashboards when users logs in
    Re: PORTALPATH for Each Group
    - Bharath

  • Default Dashboard not working after user login

    Hi All,
    We have one issue in 11.1.1.7.1 where PORTALPATH is not working for users. As a result, user lands on home page/recent page instead of the default dashboard after login.
    I followed Doc ID 1576576.1 and Bug 17071629 - PORTALPATH SESSION VARIABLE IS INEFFECTIVE is reported. I applied patch 17071629 on top of 7.1. I have tried and verified that
    ·     The URL we are using to login is “http://machinename:9704/analytics/saw.dll?bieehome&startPage=1”
    ·         There is no Start Page set  in user’s My Account other than Default.
    ·         In Answers, the PORTALPATH session variable fetches correct dashboard path.
    ·         I removed space in the dashboard name and tried with following path “/shared/Dashboard/_portal/PortalPathTest”. Also, assigned same default value to the session variable. I also tried “/Shared Folders/Dashboard/Dashboards/PortalPathTest” and “%2fshared%2fDashboard%2f_portal%2fPortalPathTest” but nothing works.
    ·         lsinventory shows the patch got applied successfully.
    One thing to notice -
    1.       Login url is: "http://machinename:9704/analytics/saw.dll?bieehome&startPage=1"
    2.       After login, browser URL gets changed to "http://http://scoreboard-sit.wellsfargo.com:9704/analytics/saw.dll?bieehomemachinename:9704/analytics/saw.dll?bieehome" and shows Home Page instead of default dashboard.
    3.       Now at this stage, if I append "&startPage=1" to the above step 2 URL in browser, it automatically navigates to correct default dashboard.
    Also, This patch has fixed default dashboard in Act As. That means, If I act as a User, I land on correct default dashboard. But if same user actually logs in, s/he lands on home page.
    I suspect if URL redirection after login is the actual issue. Please suggest if anyone has an idea.
    Thanks,
    Akshat

    I think this was the issue -
    There was a java script error related to an undefined object, "accessMode" in logon.js.  This is related to Accessibility or Section 508 (checked by Developer Tools of IE).  We may have removed this code from the logon page which was causing the error. We had customized the page quite a bit previously. When I ignore the error and step through, I go to the correct portal path page. So we are going to replace the logon.js file with backup and hopefully it will fix the issue.
    Cheers!
    Akshat

Maybe you are looking for

  • SOAP and SSL problem

    I am using JDeveloper 9.0.3 and the Oracle SOAP library which is shipped with Oracle JDeveloper. My application connects to a SSL enabled webservice. The first problem I encountered was a 'no njssl9 in java.library.path' error. I used the tips from L

  • Transfered time report ?

    Hi Expert, Is there any report could list the transfered time from time sheet to CO object ( Project system , Production order .... ) in one period ? I mean one transaction could like multiple confirmation document Best regards Shubin

  • Combining Projects in RoboHelp v5

    I have two projects in RoboHelp 5 that I need to combine, in order to move them into Flare as one project. Can that be done in RH5? The help only refers to merging projects when compiling and that's not what I need. I actually need to combine the sou

  • How to change a formula response of Y to "Yes"?

    My 1st formula is    if {FOCUS_VIEW.PT_AGREE_TO_PARTICIPATE} = 'Y' then 1 I would like it to show up in the report as Yes instead of 1 The 2nd formula is if not isnull ({FOCUS_VIEW.CALL_1_DATE_OF_CALL}) then 1 I would like it to show up in the report

  • Source System set error

    We are seeing a weird error with a source system we are trying to re-create after a refresh. Our basis folks have tried many things, and they finally deleted the source system and are trying to re-create it again. They error they cannot get past is i