OLIVIER Dashboard padding variable presentation with NQ_SESSION. ROLES

Hello

is there a way to fill a variable presentation on my dashboard with NQ_SESSION. ROLES?

I've been using prompt to do the same thing, but I don't need to prompt the user for his roles of session. I just need to fill out a variable presentation which

I then use to filter the data in the data model.

Thanks for any help.

Hi metalray,

If your solution works, why not simply hide invite him?  Set the style CSS custom for this article to the display: none;  The guest always initialize the variable presentation even if it is not visible to the user.

JB

Tags: Business Intelligence

Similar Questions

  • How to set default to in the dashboard quickly the value of the variable presentation

    Hi all the gurus of BI.

    I'm coming out of my problem of the last two days and I'm not able to find the solution.

    Here's my problem.

    I'll have two dashboard pages in a dashboard. The two pages contains guest of dashboard. Now from the command prompt on the first page that I put a variable presentation and I want to use the value of the variable of this presentation to invite ' s value that is used in my second default dashboard page.


    I hope that I can do with the server variable or variable expression, but don't know the right way. I tried a lot with both, but not able to find a solution.

    Could help me please?

    Kind regards

    Hey, no points? Was it not the 'correct '?

  • Multiple selection with Variable presentation

    Hello gurus:

    I currently have a dashboard where the user selects a Promotion ID and all other reports are based on this promo-id.

    Now, I use variable presentation for the promo-id.

    Now obligation if, for another page of dashboad, where a user can select up to 4 different promo-ID and compare them from the same measures.

    I was thinking about using PivotTable dynamic to compare and multiselect selection of promotions up to 4 guest.

    However I do not think that variable presentation works with multiple selection prompt.
    So, what should I do about it?

    I can do 4 different guests, but then it will force the user to select 4 promotions every time. I want to do something where the user can select 2,3 or 4 promotions.

    Please help me.
    Thank you.

    ~ Vinay.

    Yes, if you use the same column to create the dashboard and to create the filter.

  • Value of the variable presentation does not appear does not correctly in the dashboard column

    Hello

    I have a report that has a view of pivot, in which I want to display the average age (date-obtained variable presentation) for example. Average age of the 31.12.12.

    I used 'average Age of staff |  ' @{Reporting_Date} [dd.mm.yy] {31.12.12}' as the formula column and compound eyes, the report shows the desired result.

    But when the report is on the dashboard, it shows the average age to 31.00.12.

    Is this a bug or is there other settings I need to do? I use OBIEE 11.1.1.7.0.

    Thank you.

    Jeby

    Worked by changing just the text format.

    "Average age of staff |  ' @{Reporting_Date} [JJ. MM.yy] {31.12.12}'

  • Dashboard of the guests and by setting a variable presentation selection

    I have two columns in the table fast edge State Agency (prompt1) and Region (prompt2). State Agency drop-down list values from one column in the db table, but the values of a column different region depends on the selection of the national agency. Each State has a different set of values of the region.

    Example: State Agency has values in drop-down list S1, S2, S3, S4 etc... all in the same column db State Agency. On S1 selection in prompt1, list values drop-down area (orders2) must be filled with the column "S1-regions", in the same way on the selection of S2 to prompt1, values in the orders2 must come from the column 'S2-regions' etc...
    I defined a variable presentation for prompt1 @stateAgency and written a Case statement for orders2 something like that

    SELECT
    CASE
    WHEN '@stateAgency' = 'S1' THEN 'State Sun '. "" S1-regions. "
    WHEN '@stateAgency' is 'S2' THEN 'State Sun'. "" S2-regions. "
    WHEN '@stateAgency' is 'S3' THEN 'State Sun'. "" S3-regions. "
    ON THE OTHER
    "Sun State '." Regions by default"
    END
    IN THE "domain".

    It load regions by default for the first time but no change in the values of orders2 once I make selection in prompt1. Any suggestion would be appreciated.

    FYI: It's OBIEE 11 g.

    Thank you
    Tom

    Published by: user3130064 on July 26, 2011 07:43

    Alright... your syntax of presentation variables is wrong. It should be
    SELECT
    CASE
    WHEN ' @{stateAgency} "="S1"and"State Dim"THEN". "" S1-regions. "
    WHEN ' @{stateAgency} "="S2"THEN"State Dim"". "" S2-regions. "
    WHEN ' @{stateAgency} "="S3"THEN"State Dim"". "" S3-regions. "
    ON THE OTHER
    "Sun State '." Regions by default"
    END
    IN THE "domain".

    Missing parentheses... Also, be sure to change the formula of the second guest to all static values column in the "orders2.

    I hope this helps...

  • With variable presentation month() function

    Hi all

    How can I use the MONTH() function in column answers, with variable presentation? I need to get the date month.
    I tried MONTHS (' @{tmp_date}' as date) but it doesn't work I get the error message.

    Thank you

    Hello

    If you select a single date value... go invite... then...
    Just keep filter on is invited to date column criteria of special relationship...

    Now, in the criteria take the same date column and apply * months ( column date ) *.

    So this column has the value selected and taken months of that particular date...

    try it this way...

  • OBI, variable presentation using results

    Hello!

    I have the text field with long text strings.

    I want to get results, using the filter "contains all" by this field

    Example:

    Values
    aaaa000
    aa000aa
    bbbaa

    I have entry to filter "a0" and I want to get results according to:

    Values
    aaaa000
    aa000aa

    If the filter field will be empty, I get the error, but I want to get all the rows in the result.

    How can I do?

    I did the following:

    1. in the analysis I marked new filter, type "CONSTAINS ALL". ": number" used as a variable presentation

    1 new analysis.jpg

    2. I did new dashboard prompr, where I did prompt variable, named ": number", type "Variable presentation."

    2 parameter.jpg

    3. I did the new dashboard, where I dragged my dashboard prompr and analysis

    Now, when the filter-field 'number' is empty, I get the error (and I agree with OLIVIER, because I did not specify the terms of null value):

    3 bad with empty.jpg

    And when I write all values in the filter field, everything works

    4 good when not empty.jpg

    I tried to fix it in the analysis, used 'Convert this SQL filter' and wrote the following sql text:

    "presentation_tmp"."WB_NUMBER" LIKE
    CASE
      WHEN @{:number} IS NULL THEN "presentation_tmp"."WB_NUMBER"
      ELSE concat(concat('%',@{:number}),'%')
    END
    

    But it did not help me

    How can I get all the lines, when the filter-field 'number' is empty?

    Hello

    Not really sure how you get this error when the field is empty (you should only get no result) but if you change your filter in the report to:

    WB_NUMBER contains all @{: number}

    TO

    WB_NUMBER contains all @{: number} {%}

    You should get all the values when you do not have any value in the dashboard line. Basically, put '%' in the default value of your filter.

  • Variable presentation

    Hello

    I have a dashboard with a prompt and a table view.

    The guest is on a column 'Year' and it is associated with a variable presentation 'yearPV '.

    My table should be:

    PRODUCTS
    RECIPES
    REVENUE_YEARPREC
    PAPER5030
    PEN1020

    where is the REVENUE formula: «FILTER ("measure".» REVENUE"with the HELP of 'Time '. "' Year ' = (' @{yearPV} [YYYY]")

    Now, I want to change the formula for REVENUE_YEARPREC, which is the same indicator of INCOME but the previous year, but how to subtract 1 to the presentation variable 'yearPV '?

    Thank you

    Based on your filter ' @{yearPV} [YYYY] "looks like the variable PS tank

    You must cast to int, then subtract

    «FILTER ("measure".» REVENUE_YEARPREC'with the HELP of 'Time'." (An"= cast(cast ('@{yearPV}[YYYY]' as int)-1) as char))

    Thank you

    http://cool-bi.com

  • Display dashboard layout variable name

    I would like to place a text object on a dashboard page.  This text object should display this exact string:

    @{My_PV} {horse}

    This is a reference to a variable presentation called My_PV, with a default value of "Horse."  Only the exact string is what I want to see on the dashboard - braces, everything.  And that's what shows me the little overview section.  But when appears in the dashboard, I see this:

    Horse

    The dashboard is to interpret the presentation variable reference.  I tried to place the reference in apostrophes, but then I get 'Horse' (single quotes).  I can't understand how do the dashboard interprets NOT the presentation variable and just show me the exact characters that I typed.

    Thoughts?

    Mark, your channel must be like @{My_PV}{@{My_PV}}{Horse}

  • Create Variable presentation

    Hello

    I have a dashboard report where I would like to filter on:

    Employee_Name (=) - VARCHAR
    start_date(>=) - DATE
    end_date(<=) - DATE

    The user selects the values of the filter, the report only returns results based on those stipulated in the instructions. However there is a column in particular in the report that contains a calculation and does not change when the above settings are entered. I want these input parameters to pass into the column. Can this be achieved with a variable presentation? If so, how should the presentation variable to be configured and in what order?

    Thank you

    Published by: sliderrules on December 22, 2010 13:08

    Hello

    One more time. This wil work, I tested it myself.

    Put; @{name} in quotes as it--> ' @{name}'
    You won't need the Cast function.

    Good luck

    Daan Bakboord
    http://obibb.WordPress.com

  • Error using variable presentation of Expression SQL

    Hi all

    I get an error - '... Error to break information... "due to a variable used in a SQL Expression. It probably has something to do with a problem of data type. I have reduced the use of the presentation of the error variable.

    I'll put a variable pres_mth_nme_to, presentation, from a prompt of dashboard. The line contains a month name.
    I use the variable of presentation as part of a SQL Expression in a filter. Most of the SQL Expression is to use the
    presentation in ONE variable and assign a value accordingly. For example:

    Column: kind of month value
    Operator: between
    Value: * 10 *.
    SQL expression: * case @{pres_mth_nme_to} {a few default} WHEN "NOV" THEN '10' WHEN 'DEC' THEN '11' WHEN 'JAN' THEN '12' WHEN 'FEB' THEN '13' WHEN... END *.

    The name of the month is in character. If I was in this hard-coding, I don't get the error. For example:
    CASE 'SEP' WHEN 'NOV' THEN '10' WHEN 'DEC '... END

    It is something to do with the data type of the command prompt and to be used in the comparison. If I use a CAST, the problem persists.

    CASE DROPS (@{pres_mth_nme_to} as char (3)) WHEN 'NOV' THEN... END

    If I'm in the responses, the problem does not exist, I guess because of default values. If I'm on the dashboard, there is not, I guess because of the reception of the prompt value.

    I don't know what I'm missing. Any suggestions?

    Thank you.

    DJ,

    If the formula presented by you is exactly true, I mean that it was not made to present as an example in the forum, you must include the variable presentation between apostrophes.
    either your formula should look something like
    Case ' @{pres_mth_nme_to} {a few default}' WHEN 'NOV' THEN '10' WHEN 'DEC' THEN '11' WHEN 'JAN' THEN '12' WHEN 'FEB' THEN '13' WHEN... END

    Let me know if it solved the problem...

    -bifacts
    http://www.obinotes.com

    Published by: bifacts on October 25, 2010 13:50

  • Passing a Variable presentation for a 2nd guest in limiting choices

    I want the user to select only one doctor from a single dashboard command prompt, and then I want to pass this value of doctor (let's call it "PV_Doc") to 3 different datafields in the query:
    Primary care physician
    Surgeon
    Doctor's referral

    The query will return the patients for which the chosen doctor was listed as on or more of these 3 areas using a statement like gold in the filter... like:
    Primary care physician = @PV_Doc OR
    Surgeon = @PV_Doc OR
    Referring physician = @PV_Doc

    The problem I have is that the list of unique doctors is about 5 000 entries. What I want to do instead is to have the maximum number of users results in a table edge invited by entering a value like 'Smith' and then in the 2nd dash prompt only show 40 entries of the 5,000 that contain this text string, by usign the box "constrain".

    I can't do thpugh because in order to limit the 'Show' the 2nd prompt values requires that I do a SQL statement that says Doactor is like % @ % PV_Doc, but using a SQL statement, I can't assign the value they choose in a new variable of presentation.

    Any ideas? How to make it easy for the user to select a doctor and then passing a variable presentation so I can pass it to all fields of 3 doctor in the filter?

    Use the dashboard separated guests, not constrain option between fields in the same dashboard prompt.

    1. make the first dashboard invites with a field only and put it in the first section:
    column to change the formula: '1'
    control: edit box
    variable of the set of presentation: pv_name_like

    2. make second dash invites with a field only and put it in the section two:
    column to change the formula: YOUR_TABLE. DOCTOR_NAME_COLUMN
    control: in the drop-down list

    SQL results:
    SELECT YOUR_TABLE. DOCTOR_NAME_COLUMN
    "Your CATALOGUE presentation".
    WHERE
    YOUR_TABLE. DOCTOR_NAME_COLUMN '%' |' @{pv_name_like}' | ' %'
    AND RCOMPTE (YOUR_TABLE. DOCTOR_NAME_COLUMN)<>

    variable of the set of presentation: pv_doctor

    3. make sure guided navigation report for the dash prompt in section two (point 2) to show only in pv_name_like is not null, or length('@{pv_name_like}') > 0.

    4. make or update your target destination to trigger only when the second GO touch (when the variable pv_doctor of presentation is filled). Put it on Chapter 3. You can resolve report hide-with navigation guided in Chapter 3 report.

    5. as the reference see this:
    http://108obiee.blogspot.com/search/label/guided%20NAVIGATION

    Initially, you see only the first line (edit field, name) and when you click on GO the second prompt appears with the filtered values. After you click on the second GO report is displayed.

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

  • variable presentation changing the data type date to string the Calende

    Hi gurus,

    I'm having a strange problem. I have a Start date and end date fast that aren't on any column presentation for example (in the case where 1 = 0 DATE. DATE other cast ('2100-12-31 Date ') end).
    Now, this prompt, I put 2 startdate and enddate variables presentation to use in my sql filter in the report.i use these variable to calculate the date for these 2 end dates and then I apply between it function with these 2 dates.
    The question is when the dashboard is running for the first time the presentation variable takes the dates as the DATE "' 2009/14/10 and when I change the date and click on the go button, the variables is October 15, 2009" as strings anf so DATE in my SQL filter functions fails and error throughts VD.

    All of the suggestions!

    Nico explain already.

    Select date '' 2009-12-15 of the double - TRUE
    Select date of 2009 '-15-12' of the double - ORA-01843: not one month valid
    Select date ' 10/2009/15 ' of double - ORA-01861: literal does not match the format string

    DATE 'yyyy-mm-dd' does that have this format.

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

  • Variable presentation changing to 0 once downloaded to Excel

    Hello:
    I'm having a problem with the presentation variable.
    In fact I am capture user input value using a variable presentation and then use it for certain calculations in the PivotTable.

    Report looks good on dashboard. However, when I download in excel, presentation variable is turned to 0 and all calculations based on that change too...

    Version I use is the 10.1.3.2. I would like to know if it's the limitation of the version.
    Thank you.
    Vinay

    Simply capture directly into the repository variable and use it in your reports.

    concerning

    John
    http://obiee101.blogspot.com

  • Variable presentation doesn't work is not in the filter using expr

    Hi friends,

    I have a quick period with a variable presentation of the v_period used. Inturn, so I applied formula below one of my measure column in the analyses below the means, it does not work when I select the name of period of command prompt. How can I place the presentation variable from the prompt for the filter with expression.

    FILTER ("Fact_GL_balances". "Actual_ending_bal" for HELP ("Dim2_GL_periods" ".") " Period_name' IN ('v_period')))

    Kind regards

    Saro

    Hi, Saro,

    I think the correct syntax when you use variable presentation would be:

    FILTER ("Fact_GL_balances". "Actual_ending_bal" for HELP ("Dim2_GL_periods" ".") " ((IN Period_name' (@{v_period})))

    OBIIE does not generate the correct syntax when you use the expression builder

    And if v_period can have multiple values, you should use this:

    FILTER ("Fact_GL_balances". "Actual_ending_bal" for HELP ("Dim2_GL_periods" ".") " ((Period_name' IN (@{v_period} [' @'])))

    I have not tried in my OBIEE because I need to filter a Dimension column, so I have to use CASES instead of FILTER, but this is my reference:

    Q & A: OBIEE OBIEE 11 g: presentation Variable initialization in a multiple selection prompt

    Concerning

    Ana GH

Maybe you are looking for

  • Does anyone know how to get IntervideoWinDVD to work?

    He worked until now and now he suddenly asks reduce me my screen resolution, or change my color depth. However, I tried both and still nothing, it comes up with the same message.If someone could send me an email on [email protected] I w

  • We will seek answers carnt engage power sleep mode despite the ok value settings

    new computer operating system loaded ok, but usually indulge dipite sleep mode all the power setting of say everying is ok. boots emediatley after selection sleep it's not mouse or everything I know help becomes very noisy

  • Windows update fails to load: Win Xp

    Windows XP, SP3 on a Latitude D410 After repair and update Windows Installer 4.5, Windows Updater would not be responsible.  REF. KB 943144: not exactly the same question, but made 2 method with no luck.  Click Update MS, starts IE8, after 3 or 4 min

  • Displayed image is larger than the screen size

    Hello The display on my laptop is out of wack.  For example, I can move my cursor to the right of my screen beyond where I can see.  Similarly, my bar tasks, which lies at the base of my screen don't are not in sight, however, if I move my cursor whe

  • Online videos of YouTube are sped up in Windows 2000 Professional

    Original title: how I slow DOWN the sound on my PC so people don't look like they have not inhaled just helium? All of the videos that I play Online are accelerated so people who speak the sound as they inhaled just helium and so not my computer sugg