The variable group OBIEE: VALUEOF (NQ_SESSION. GROUP)

Hello world

Quick question, one of my colleagues told me that the session variable, NQ_SESSION. GROUP, shows only the groups that are assigned to the level of the presentation (or source of data transmitted from LDAP or other), but it doesn't show any group within the RPD itself assignments.

There is another variable that manages these group assignments?

How it would force the NQ_SESSION. GROUP to include the RPD group membership information, without having to create an external table?

-Joe
Quick question, one of my colleagues told me that the session variable, NQ_SESSION. The GROUP, shows that the groups that are assigned to the presentation > level (or source of data transmitted from LDAP or other), but it doesn't show any group within the RPD itself assignments.

Not correct. NQ_SESSION. BAND still has it as the charge of the RPD, whether through static SPR assignments or blocks Init.

I've heard say that when you go external with authentication, then it must also go externally with groups. Is this true? Or OBIEE should be picking up > groups that we define in the RPD?

OBIEE will pick them up. To test this situation simply put the following text in the title of any request for answers:

@{biServer. variables\ ['NQ_SESSION.]} {[GROUP '------]}

Tags: Business Intelligence

Similar Questions

  • Hide sections in the dashboard based on the user group

    Hello everyone

    Can I find out if certain sections of the dashboard can be hidden using guided the usergroup-based navigation? Links to this topic... I appreciate.

    Thanks in advance

    Hello

    guided navigation is the way to go. Now, you think to demand that triggers the guided navigation.
    Now, you can not use double in a normal request in OBIEE. If you need to use an existing column in a topic area:
    (1) for example, add column 'Calendar year' of the size of your time at your request.
    (2) add the same column at your request.
    3) click on the fx in the second column column, to change the formula.
    (4) modify the formula to: LOCATE ('GroupName', VALUEOF (NQ_SESSION. GROUP OF))
    The value in this column will be 0 when the user is not a member of GroupName and > 0 when it is a member of GroupName.
    (5) add a filter on the column: LOCATE ('GroupName', VALUEOF (NQ_SESSION. GROUP)) is equal to 0.

    Check the results:
    When the X user is member of GroupName, demand will cause no line. When the user X is not a member of GroupName, it won't.

    A note: when using 'A' as a groupname, you will have problems with this, because 'A' is also in "Administrators".

  • How to store the values of variable level OBIEE presentation in DB

    Hi all!

    We have a command prompt of dashboard which is set up to store values in variables of presentation (period start and period end dates). Is there a way to store values selected from a database? for further processing?
    that is, I need to pass the variable level (report parameters) presentation to complex calculations to a PL/SQL function.
    Also my requirement might be solved if I can get access to the selected values of logical column in the tab 'Business Model and mapping' definition in the BI administrator.
    that is, I'll be able to define the logical column using VALUEOF (NQ_SESSION. < nom_var >)

    Kind regards
    Mr.Maverick

    Hello.

    1 do SQL PL/function (in the database) which has an input parameters, which number depends on number of guests and in it you'll insert these parameters into a table.

    2. your report in column expression answers call this function that will do insert, the code would be like:
    EVALUATE ("YOUR_FUNCTION (1%, 2%, 3%, 4%) (' as varchar (20), @{p_1}, @{p_2}, @{p_3}, @{p_4})

    3. Note that the function returns something and be careful on data types inside EVALUATE it.

    4. notes that, in the case where some messages are not selected (all or nothing) you recognize this case as:

    -case when LENGTH('@{pv_var}') > 0 then ' @{pv_var}' end else' all '.

    or like this:

    -case when LENGTH('@{pv_var}') is null then 'all choice"other" @{pv_var}' end; "

    Kind regards
    Goran
    http://108obiee.blogspot.com

  • Home page by default for OBIEE 11 g based on the users and the wise group

    Hi all

    I'm using OBIEE 11 g.

    I need set the page default dashboard for the user and the wise group.

    EX:

    User1 is belongs to Group1 and Role1 - they need to see the default homepage as Dashboard1.

    User2 is belongs to the Group 2 and Role2 - they need to see the default homepage as Dashboard2.

    Kindly guide me to achieve.

    Please answer as soon as POSSIBLE.

    Thanks in advance.

    RR

    It is generally considered poor form to scream as soon as POSSIBLE to a question. http://www.CatB.org/ESR/FAQs/smart-questions.html

    As far as your question goes, it is that the CHEMINPORTAIL variable is for:

    http://docs.Oracle.com/CD/E23943_01/bi.1111/e10540/variables.htm#i1013436

    OBIEE - system (reserved variables) session variables | GerardNico.com (BI, OBIEE, data warehouse and OWB)

  • How to create a group/list of the variables in the box for display in the text field, in the format in annex

    I need to identify a series of variables single-response checkbox and display links selected (as a group) in a text field in an annex (comma, space) format. Last week, you provided a small script for a similar requirement by using the list box (multiple response) variables. This time, I need to know how to identify the variables of the box officially and, presumably, use a similar script to display the results in a comma, space format.

    You've been a great help.

    Thank you

    Here's the script for this situation. It assumes there are ten boxes named cb1, cb1, cb2,... cb10.

    // Custom Calculate script for text field
    (function () {
    
        // Initialize the string
        var v, s = "";
    
        // Loop through the check boxes to build up a string
        for (var i = 1; i < 11; i++) {
    
            // Get the value of the current check box
            v = getField("cb" + i).value;
    
            if (v !== "Off") {
                if (s) s += ", ";  // Add a comma and a space if needed
                s += v;  // Add the selected value
            }
        }
    
        // Set this field value to the string
        event.value = s;
    
    })();
    

    You will have to change the name of the field and start/end numbers to match your form.

  • Table row with loop for each group to set the variable.

    HI: There is probably a simple answer for this, but I don't the have not found...

    I have a single row table to move through a group to set a variable containing a sum running. I'm not display the amount in the table but when I saw the report, I see that the table is expanding (add lines) for each loop.

    The only line table has 3 columns.

    1st column
    <? for-each: AC_GROUP? >

    2nd column
    <? xdoxslt:set_variable ($_XDOCTX, 'xAmtVar', xdoxslt:get_variable($_XDOCTX,'xAmtVar') + CURRENT_AMOUNT)? >

    3rd column
    <? end foreach? >

    Can I use <? for each group? > or something else. My requirement is to set the value of the variable with the total running, but because the loop is adding lines for each value he travels (though not displayed), it's also affecting other areas of the presentation of the page.

    Hope it makes sense. Thanks in advance.

    You can do it many ways.

    No need to loop
    You can create a variable and specify the amount of the sum directly to that.

    
    

    or

    loop through, then add as you do.

    
    

    give any space or enter characters in a word between them, just put it in a single form field will be

    But as I said, I'd definitely go with the first option.

  • Session system variable ': GROUP '

    Dear friends,

    I'm having a problem with retrieving a value for the session system reserved variable: GROUP IN OBIEE 11.1.1.5
    What I read in other posts, I should be able to use: variable group after where clause, and if there are several groups assigned to a user INSTR should deal with this matter. However I can't get this to work.
    I use a variable here is the code

    Select "ORGANIZATIONS", s.ORGANIZATION_ID
    of s T_VZA_SECURITY
    where
    INSTR (": GROUP ', trim (s.group_id)") > 0
    -INSTR ("MyGroup', trim (s.group_id)") > 0


    I also tried to replace ": GROUP ' session variable with ' VALUEOF (NQ_SESSION." GROUP)"

    my security table
    create the table T_VZA_SECURITY
    (GROUP_ID VARCHAR (20),)
    ORGANIZATION_ID VARCHAR (20),
    OWNING_DEPARTMENT_ID VARCHAR (20),
    ASSIGNED_DEPARTMENT_ID VARCHAR (20)
    );

    Thank you

    Just to cut your discussio runs: 11g fills the ROLE, not the GROUP variable. Roles of application FMW FTW!

    http://obiee101.blogspot.com/2011/07/obiee11g-groups-are-roles-now.html

  • Help - automation of the ad groups in assigning roles for a virtual machine

    Hi all, I have this doubt.

    We are the migration of vSphere 4.1 and 5.1

    Not by update manager, but manually adding hosts an accumulation 5.1!

    Here's the thing, each virtual machine that will be imported/created/deployed to this new vCenter 5.1 will have a corresponding pre configuration of group by our admin guy!

    For — for example, if the virtual computer name is vm_0123, a group called "SVR_VM_0123" would be ready and waiting to be assigned to this specific virtual machine, and then to a role. And this permission will be set at the virtual machine level.

    And now, all the virtual machines that will be added to 4.1 and 5.1 have their configuration of groups!

    So can automate us the "attribution" permissions on each computer virtual imported/created (a role common to the respective groups) through PowerCLI?

    Questions or suggestions are welcome!

    Thank you

    I assume you have the virtual computer name in the variable $vmName, then you could do

    $vm = get-VM-name $vmName

    New-VIPermission-body $vm - main ("SVR_" + $vmName) - role $role

    You can place these lines in a loop.

    This could be for example a loop, controlled by the content of a CSV file.

    Something like that

    Import-Csv C:\vmnames.csv | %{

    $vm = get - VM - name _.vmName $

    New-VIPermission-body $vm - main ("SVR_" + $_.vmName)-role $_.role

    }

    This means that the CSV file should look like this

    "vmName"; "" role.

    "vm1', 'administrator '.

    "vm2', 'read only '.

  • Problem to apply conditions to the cuurent group - model of implementation of the RTF data

    Hi all

    Here is my example of XML data generated by the report:

    < DATA >
    < DT >
    < CORPORATION >
    Vision of < NAME > < / NAME >
    < EMPLOYEE >
    < EMPNO > 6 < / EMPNO >
    Walker Rich < ENAME > < / ENAME >
    CLERK of < JOB > < / JOB >
    < SAL > 100 < / SAL >
    < Dept > IT < / Dept >
    < / EMPLOYEE >
    < EMPLOYEE >
    < EMPNO > 5 < / EMPNO >
    Russ Kepel < ENAME > < / ENAME >
    CLERK of < JOB > < / JOB >
    < SAL > 100 < / SAL >
    < Dept > ACCNT < / Dept >
    < / EMPLOYEE >
    < / COMPANY >
    < /DT >
    < Main_XML >
    rowset <>
    Department < and >
    < Dept > IT < / Dept >
    < DName > Information technology < / DName >
    < Text > welcome to the Dept IT < / text >
    < / Department >
    < / LINES >
    rowset <>
    Department < and >
    < Dept > ACCNT < / Dept >
    Accounting < DName > < / DName >
    < Text > welcome to the accounting department < / text >
    < / Department >
    < / LINES >
    < / Main_XML >
    < / DATA >


    I would need to create a rtf model to display the following for all employees:

    EmpNo
    Ename
    Job
    SAL
    Name of Dept
    text

    Here is the design of rtf, I created which is does not give me the desired result:

    <? for-each-group: USED; / EMPNO? >
    EMP: EMPNO
    ENAME
    JOB
    SAL
    Dept
    <? for-each - group:current-group(); / Dept? >
    <? If: Dept = Dept? >
    DName
    Text
    <? end if? >
    <? end for each group -? >
    <? end for each group -? >

    Please guide me how can I apply a condition to the previous group data in the current group. Thanks in advance.

    Try this:

    Declare a variable external/first group

    You can get rid of the second group and insert the DName field under Dept field and modify the code to include the following:

    Insert the text field and modify the code to include the following:

    Thank you
    BIPuser

  • Replace the language of the styles in the Style group

    Hi all

    Can anyone help to modify my script so it could also change the styles in the Style group. I tried several times by creating a loop nested under another variable for paragraphStyleGroups but I can't make it work.

    myDoc = app.activeDocument;

    myStyles = myDoc.paragraphStyles;

    myCStyles = myDoc.characterStyles;

    for (i = 1; i < myStyles.length; i ++)

    {

    myStyle = myStyles [i];

    myStyle.appliedLanguage = "Spanish";

    }

    for (i = 1; i < myCStyles.length; i ++)

    {

    myCStyle = myCStyles [i];

    myCStyle.appliedLanguage = "Spanish";

    }

    Your help will be appreciated.

    Thank you

    Kel

    Use allParagraphStyles and allCharacterStyles.

    myStyles = myDoc.allParagraphStyles;

    myCStyles = myDoc.allCharacterStyles;

    Shonky

  • loading of several groups of users in a session system variable GROUP table

    Hi, I found that the value of the variable of session system THAT GROUP can be assigned by defining a sql in initialization blocks.

    However, if there is some users with more than one group of users.

    is it possible to table leads (using sql in the initialization blocks)?

    Thank you!!

    Session variable of the SEO GROUP in initialization for different types of authentication blocks
    http://108obiee.blogspot.com/2009/10/referencing-group-session-variable-in.html

    Users who belong to many groups of external table with semicolons, see example 2 and 3 of the post office.

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

  • Integration of the EBS - group permission question

    I have installation OBIEE thanks to the integration of the EBS. The part of authentication works very well. I have problems with my group permissions.

    I created two responsibilities EBS, groups of RPD and presentation catalog groups with the same exact name:
    -BI administrator
    -BI user
    The BI administrator group has admin access and BI users group has just basic access.

    Here is what I noticed:
    1. when a user connects to the EBS and clicks on the responsibility of the administrator of BI, it gets successfully in OBIEE with admin access. If the same user opens a new browser or even using a different computer and selects the user BI, it still gets admin access.

    2. I have the Server BI and BI Presentation Server. I use the same user and this time click the BI user first. He gets successfully in OBIEE with basic access. If the same user opens a browser or use another computer and selects the responsibility of BI administrator, it still gets access to basic user.

    There is no "Logout" button when you configure the EBS with OBIEE integration. I think the problem is that the group permission is stored in the memory of the server somewhere usually, it gets deleted when the user clicks on logout, but it is not available. Does anyone know how I work around this problem?

    Hello

    to add a logoff link, you can add this entry in your Auth section in instanceconfig.xml file

    http://caeobie03.caecorp.CAE.com:7001/Analytics/saw.dll?logoff

    THX

  • TabGroups manager: new tabs from the previous group

    In older versions of Firefox I could open a new group with TGM and drag a new tab in that she has a new group with just this one new tab. Now (37 FF) a new group contains and controls all the tabs from the previous. No intependend the tabs in the new group management is possible.
    How can I create a new group of vacuum?

    You ask about an add-on. It is maybe the Addon or is more actively developed and supported.

    If I identified correctly this is the one

    But it seems to have been updated in 2011
    I'm getting server not found for support and homesite.

    I suggest that you learn about the Mozilla Addons site for advice if this is still active or suggested alternatives.

    Or just get your car among the hundreds of available alternatives here

  • Response of local folders looks like the answer to the discussion group. No signature or formatting options. How can I change the local folders meets regularly?

    Please see image attached. Responses from the eyes of local folders as responses to the discussion groups. No signature or formatting options. How can I change the local folders meets regularly, as they are in the Inbox?

    I don't think that the format of replies to the messages in the local folders are linked with focus groups or to individual account settings. As local folders can contain messages between several accounts or identities, it is more likely that formatting uses the setting of the account or identity appearing in the: field when you reply.

    This is how I think it should work. How this works in practice may be different.

  • Why only a Yahoo Group displays the column group name?

    I belong to several Yahoo groups and get individual emails from 3 of them. They all worked well until May 8, 2014, when the Freex news group began to display only "[email protected]" in the column. It's always like that. I can't be sure it's a Yahoo problem, like the other groups I am a member of display the senders display name and e-mail address.
    The attachment is a snip of the CT showing how it was and how it has changed.
    Please tell us how to get back to the display names and addresses.

    locate this address in your address book, and then delete.

Maybe you are looking for