Display the role-based templates

Hello

I have a requirement in which I need to display different model based on user roles (for example: Manager, clerk...). Is it posible?

Thank you

Hello

You may want to use a layout unique-rtf and conditional regions allows you to choose the layout you want when running. If you have different available - on, I would say it depends on the calling application and how you call BI Publisher.

Concerning
Rainer

Tags: Business Intelligence

Similar Questions

  • Display the role name in the field "descriptive data.

    Hello

    According to the requirements of the standard, we have to show the role name in the "Description" column in the resource profile screen.
    Currently, his watch an orc_instance_key number random.

    We can map the attribute name of role to 'descriptive data', so that the name of the role is displayed in the column?

    Help, please.
    Kind regards.

    The role name field is available in the form of process? If Yes, go to design console open your definition of process and then click descriptive field map select role name.

  • Display the description based on lookup_code

    I have a drop down field (: P2_TEXT_FOUR) and a text field (: P2_TEXT_FIVE). I also have a table of form of choice in a different tab.

    My question is when ever, I chose a drop down value, I need to display the description of this value from the search screen.
    What I chose from the dropdown field (: P2_TEXT_FOUR) I need to display the description of the lookup_code value in (: P2_TEXT_FIVE).

    Can anyone help?

    See the example:
    http://Apex.Oracle.com/pls/OTN/f?p=23974:1:1821547540657661:no
    JC

    This example of the great and end Carl B site is stil one of the best around: http://apex.oracle.com/pls/otn/f?p=11933:63

  • How to display the image in the answes table based data.

    I need to display the image based on the values retrieved from the base.

    For example, if the value of a column is 1, then I need to be to display an image within a table. Help, please. Thank you.

    Published by: 853213 on April 18, 2011 21:50

    Hello

    Use the conditional formatting...

    The column properties->->, click Add a Condition for conditional formatting-> filter on the column value is equal to 1-> change Format (click on the image and choose the image)

    If you want to add custom images
    Reference: http://obiee101.blogspot.com/2009/07/obiee-adding-custom-image-in.html

    See you soon,.
    Aravind

  • Suppress the display of the user based tab

    I am putting together an application and I have three classes of users using Apex 4.2.0.00.27.

    (1) public - the user can access all public pages with no connection.

    (2) registered user - the user can watch reports.

    (3) Director - full access to the application.

    The public access two tabs.  The registered user can access 5 tables (2 public pages and 3 reports), and the administrator can access all pages.

    How can I suppress the display of tabs based on the users role?  I looked at the properties of the tabs and don't see anything that would be useful.

    Thank you

    -Rob

    Rob,

    It's the perfect use case "permissions."  Create 3 authorizations and in the definitions of the tab you can set which permission is allowed to see the tab.

    -Jeff

  • How to make object view transitional Readonly/editable based on the role?

    Hello

    I have an edibable based on the connected or requriment overview to display data of transient object view read-only in the user role. It is updated to display object, we can define security at the level of the entities properties and therefore we can control access to the data. If it's the transitional view object how can we do this?

    I use ADF11g.

    Very urgent! I appreciate your help.

    Thank you.

    Hello

    You can override the method isAttributeUpdateable() of the viewRowImpl.
    There, you can check the role and return true or false to the current attribute.

    if(!hasRole && i ==YOURATTRIBUTEINDEX){
        return false;
    }
    

    Gabriel.

  • Based on the roles of the views of CLI with AAA method

    Hello

    I'm configuration based on the roles of views CLI on a router to limit access to users.

    My criteria:

    -There should be a local user account on the router that has the view of 'service' in the annex

    -If the router is online and can reach the radius server, people in the right group are assigned to the view 'service '.

    My configuration:

    AAA new-model

    Select the secret 1234

    username view service secret service 1234

    !

    AAA my_radius radius server group
    private-server 10.1.1.1 auth-port 1645 acct-port 1646 timeout 3 retransmit 2 0 1234 key
    private-server 10.1.1.2 auth-port 1645 acct-port 1646 timeout 2 relay 1 0 1234 key

    !

    authorization AAA console
    AAA authentication login my_radius local group mgmt
    AAA authorization exec mgmt my_radius local group

    !
    Line con 0
    authorization exec mgmt
    Synchronous recording
    login authentication mgmt
    line vty 0 4
    authorization exec mgmt
    Synchronous recording
    login authentication mgmt
    entry ssh transport

    THE ERROR

    Now, I want to go set up the cli view "service"...

    # mode

    Password: 1234

    * 08:00:02.991 Jun 1: AAA/AUTHENTIC/SEE (0000000 D): method of picking list "mgmt".
    * Jun 1 08:00:02.991: RADIUS / ENCODE (0000000D): ask "" password: ".
    * Jun 1 08:00:02.991: RADIUS / ENCODE (0000000D): upload the package. GET_PASSWORD
    * 08:00:21.011 Jun 1: RADIUS: receipt id 1645/13 10.1.1.1:1645, Access-Reject, len 20

    Questions

    Why the view "enable" trying to choose a list of method when you need to provide secrecy to enable it to access the root view?

    You can change this behavior to always use the key to activate it?

    The TEMPORARY Solution

    If you are connected to the router via telnet or SSH, the solution or workaround for this problem is:

    local VIEW_CONFG AAA authentication login

    !

    line vty 0 4

    authentication of the connection VIEW_CONFG

    Make your view configuration and reconfigure the line to use the correct (desired) authentication method.

    ________________________________

    Thanks a lot for the suggestions

    / ENTOMOLOGIST

    Hello

    You have configured the following:

    AAA authentication login my_radius local group mgmt
    AAA authorization exec mgmt my_radius local group

    Line con 0
    authorization exec mgmt
    Synchronous recording
    login authentication mgmt
    line vty 0 4
    authorization exec mgmt
    Synchronous recording
    login authentication mgmt

    entry ssh transport

    So every time you try to connect to the console or ssh authentication will travel to the server radius because of the following command 'connection authentication mgmt '.

    You can get there. What is set on the method list mgmt first will take precedence.

    activate seceret is defined locally. but you have configured the following:

    AAA authorization exec mgmt my_radius local group

    Line con 0
    authorization exec mgmt

    line vty 0 4
    authorization exec mgmt

    So exec mode is also via the radius server.

    When you set up:

    local VIEW_CONFG AAA authentication login

    !

    line vty 0 4

    authentication of the connection VIEW_CONFG

    You do local authentication, so it works the way you want.

    In short, regardless of authentication is set 1 on the list method will take priority. the relief will be checked only if the 1st aaa server is not accessible.

    I hope this helps.

    Kind regards

    Anisha

    P.S.: Please mark this thread as answered if you feel that your query is resolved. Note the useful messages.

  • call a stored procedure for each row in the transitional attribute and display the data in the form of af: table. The other rows are based on the entities

    Hi Experts,

    JDeveloper 12.1.3.0.0

    I have a VO based on entity object. With a column of the VO is transient attribute (I created).

    I need to call a stored procedure for each row in the transitional attribute and display the data in the form of af: table. As well as other attributes.

    So can anyone suggest how can I achieve this?

    Thank you

    AR

    I think that you need a stored function (which returns the value) in this case, is not?

    Take a look at:

    https://docs.Oracle.com/CD/B31017_01/Web.1013/b25947/bcadvgen005.htm

    and search for:

    Invoking stored function with only Arguments in

    call your function in the Get attribute and return value accessor...

  • Display the value of the column automatically based on another column in a table

    Hello

    I use APEX 5.0, I have a requirement to display the field automatically based on the tabular presentation of other numbers.

    img.png

    in the screen shot attached above when I press Add button line a new line is created and enter the value in 'place no.', 'dept and identification of height place' when I press tab or get out of the column "height", "GID" should appear automatically.

    To display the GID my query will be like that. "Select GID from x where no = '1011' place and dept = 88 and height = 88'.

    How to get the value of from GID of the another value entered in Place no, dept and height in tabular form.

    Thanks in advance

    Ravi.

    Hi Ravi

    No need to point of Application or process. I just completed the task with the following steps

    (1) create 4 hidden items

    P2_SELWID

    P2_SELDEPTH

    P2_SELHEIGHT

    P2_CALCWNAME

    (2) gives 3 CSS classes in three columns of tables.

    . WID

    . DEPTH

    . HEIGHT

    (3) create the function jQuery for re - get three items from the page on a line if one of them has been changed.

    Add the following code to the function and the declaration of global variables

    function setRowItemValues(p_rownum){
        wid_col_id = 'f02_' + rownum ;
        wid_col_val = $('#'+wid_col_id).val();
        depth_col_id = 'f03_' + rownum ;
        depth_col_val = $('#'+depth_col_id).val();
        height_col_id = 'f04_' + rownum;
        height_col_val = $('#'+height_col_id).val();
        wname_col_id = 'f05_' + rownum;
        // set P2_SELWID,P2_SELDEPTH,P2_SELHEIGHT
        $s("P2_SELWID", wid_col_val );
        $s("P2_SELDEPTH", depth_col_val );
        $s("P2_SELHEIGHT", height_col_val );
        $s("P2_SELWNAMEID", wname_col_id );
        // Call the Dynamic Action to get WNAME if all values are not null
        if( wid_col_val != ''  && depth_col_val != '' && height_col_val != '' ){
            //Call DA to Get WNAME from WINT
            $.event.trigger("CalcWNAME");
            // set the Tabular form
            $('#'+wname_col_id).val($x("P2_CALCWNAME").value);
        }
    }
    

    and run when the Page loads

    $(document).on("change", ".WID,.DEPTH,.HEIGHT", function(){
        rownum = $(this).attr('id').substr(4);
        setRowItemValues(rownum);
    });
    

    (4) create a dynamic Action to get WNAME based on a PL/SQL function. Note the submitted page elements.

    CalcWNAME

    (5) set of the corresponding element in the line of the function jQuery, after completing the DA.

    Please check and I hope your problem is now solved.

    Concerning

    Mahmoud

  • Previous role is removed when adding a new role based on the rule.

    I created a user-defined, domain and based on this attribute, I created a rule.

    It works very well, when the attribute is updated in the table form/USR for a user, the rule kicks in and the role is granted to the user.

    This part works fine, but when the next role is added, the previous is removed.

    for example

    USR table - UDF (User Defined Field) - AD_Group

    Role - rule - role Cust_Group = "AD_Group1".

    RoleB - rule - RoleB Cust_Group = "AD_Group2".

    Anyone know a similar situation?

    Thank you

    Arun

    Looks like you manage the role assignment both having the same value of the UDF. First time when you assign the role of the data rule contains UDF is vale as "ABC" then after update through "BCD" which will trigger the second rule but upset the previously obtained. This is the expected behavior.

    Suggestion: you need to do different UDF for the second rule. and so on.

  • Custom color in display Gantt chart based on the State - Apex 4.2

    Hello

    I need to specify the custom color display Gantt chart based on the State.

    Say: Open - Red

    Progress-yellow

    Cancelled - blue

    Closed - Green

    given that the status column is not part of Gantt chart question, how?

    Option color in table attributes is not helping this requirement.

    Kind regards

    Sanjaya

    Hello

    Finally, the problem is resolved with the help of Hilary Farrell-Oraclefantastic example and help anychart pages. This is useful for this URL.

    https://Apex.Oracle.com/pls/Apex/f?p=36648:30:102588100613368:

    http://6.anychart.com/products/anygantt/docs/users-guide/index.HTML?project-Gantt-chart.html

    http://6.anychart.com/products/anygantt/docs/users-guide/index.html?defaults.html

    -Sanjaya

  • Messed up the editable regions in the documents based on templates

    Y at - there no way to fix corrupt editable regions in a document?

    We have 2 editable regions in a template: -.

    <!-TemplateBeginEditable name = "MidText"->

    < p > < / p >

    <! - TemplateEndEditable - >

    <!-TemplateBeginEditable name = "LowText"->

    < p > < / p >

    <! - TemplateEndEditable - >

    In several documents based on these models, the name has been deleted by mistake: -.

    <!-TemplateBeginEditable name = ""-> "

    < p > < / p >

    <! - TemplateEndEditable - >

    <!-TemplateBeginEditable name = ""-> "

    < p > < / p >

    <! - TemplateEndEditable - >

    If we try to update the documents in an attempt to fix, we get the following error message:

    There is an error on line..., column... (absolute position...) of "nomDuDocument": name missing for InstanceBeginEditable ""

    If we try to update using the templates, we get the following error message:

    no update, error in the file of template or instance

    Is there a 'fix' for this?

    Thank you.

    Looks like you know what you're doing.

    Assuming your child pages are incorrect, try closing DW and open the problem page in a simple editor like Notepad or Simpletext ascii text, add in the missing name values (remember to use the proper case) and save & close them.

    Then see if DW is happy.

  • Displays the value of the variable user based on the advanced run-time action

    Captivate 8.0.1.242 - Windows 7 64 bit

    I need to display the total duration of the captivate file in a text caption. To do this, after a bit of googling, discovered this total = cpInfoFrameCount/cpInfoFPS. I created a user variable called 'v_totalTime' and in stocks advanced created a standard action called 'totalTime' and added a phrase v_totalTime = cpInfoFrameCount/cpInfoFPS.

    Now the weird part is, I don't know how this user variable appears as text. In the text of the legend, when I hit $$ v_totalTime$ $ and overview slides in captivate, the value is not displayed. So I think, the advanced action is not get triggered. So how to get this working?

    Even the blog posts that are older than 4 years still not seen at this time.

    Every action has to be triggered by an event: events / Actions (Advanced) - Captivate blog

    In this case, you can use the event to enter for each slide. This means that the value of v_TotalTime will be refreshed only at the beginning of the slide.

    Another tip: type a variable in a text (shape or legend) container ever but still use the X button in the composition of the Panel properties, tab Style role. This will prevent any typos (variables are case-sensitive) and you can also change the default length that will be used to display the variable.

  • Display list items based on another element of the list

    Hi all

    I want to display the list item based on another element of the list, but his does not work.

    This is my code:


    / * WHEN-NEW-FORM-INSTANCE * /-his work.
    DECLARE

    rg_district recordgroup;

    rg_name VARCHAR2 (40): = "district";

    vtemp NUMBER;

    BEGIN

    rg_district: = FIND_GROUP (rg_name);

    IF ID_NULL (rg_district)

    THEN

    rg_district: =.

    CREATE_GROUP_FROM_QUERY (rg_name,

    'select dist, dist district_mas.

    );

    vtemp: = POPULATE_GROUP (rg_district);

    POPULATE_LIST ('BLOCK3.) Of RIDING ", rg_name);

    END IF;

    END;

    * / CHANGED AFTER a - list * /-does not work. Cannot complete the list based on the list

    DECLARE

    rg_branch recordgroup;

    rg_name1 VARCHAR2 (1000): = "branch";

    vtemp NUMBER;

    BEGIN

    rg_branch: = FIND_GROUP (rg_name1);

    IF this is ID_NULL (rg_branch)

    THEN

    DELETE_GROUP (rg_name1);

    rg_branch: =.

    CREATE_GROUP_FROM_QUERY

    ("rg_branch",

    "SELECT FROM dist_branch WHERE district IN branch (DIST DISTRICT_MAS WHERE DISTRICT = SELECT').

    || : BLOCK3. DISTRICT OF

    );

    vtemp: = POPULATE_GROUP (rg_branch);

    POPULATE_LIST ('BLOCK3.) Branch of THE ', rg_branch);

    END IF;

    END;

    Table:

    CREATE TABLE DISTRICT_MAS

    (

    DIST VARCHAR2 (100 CHAR)

    );

    CREATE TABLE DIST_BRANCH

    (

    NEIGHBORHOOD VARCHAR2 (100 CHAR),

    DIRECTORATE GENERAL OF THE VARCHAR2 (100 CHAR)

    );

    Values:

    insert into district_mas values ('chennai');

    insert into district_mas values ('coimbatore');

    insert into dist_branch values ('chennai', 'chennai_north');

    insert into dist_branch values ('coimbatore', 'Podanur');


    Concerning

    Nassik M

    I tested the code below when the list has changed


    DECLARE

    rg_branch recordgroup;

    rg_name1 VARCHAR2 (1000): = "branch";

    vtemp NUMBER;

    QT VARCHAR2 (10): = "';

    BEGIN

    rg_branch: = FIND_GROUP (rg_name1);

    IF this is ID_NULL (rg_branch)

    THEN

    DELETE_GROUP (rg_name1);

    END IF;

    rg_branch: =.

    CREATE_GROUP_FROM_QUERY

    (rg_name1,

    'SELECT branch, branch OF THE DISTRICT WHERE the dist_branch =' | QT | : BLOCK3. DISTRICT OF | QT);

    vtemp: = POPULATE_GROUP (rg_branch);

    POPULATE_LIST ('BLOCK3.) Branch of THE ', rg_branch);

    END;

    Hope it's work...

    Hamid

  • Javascript-based dynamic action and display the value of (!) from the selection list

    Hello

    I'm not a jQuery guru (yet).
    Can someone show me how to turn on or off an ITEM on a form based on the value display of a selection list (usually I have dynamic lists, so I don't 'know' even internal values)

    I created a simple demo in which you can (if you want to) show me how it works.

    Workspace: 6POOLRULES
    User: demo01
    Password: demo
    Application: 30851 (Drone)

    The idea is to
    * Disable/hide the "Id other Description" If the ' Id Type (display value!) is 'Passport' or 'license '.
    * activate/display the Description of the 'other' Id if the ' Id Type (display value!) is "other".


    I think that it should be dynamic action based on javascript/jQuery. But what would this jQuery selector should look like?

    Published by: bveoracle on March 29, 2012 07:28

    Published by: bveoracle on March 29, 2012 07:30

    Hello

    OK, I changed the dynamic action to use Jquery and get text from the value. The only thing I changed is in the section WHEN.

    Enjoy.

Maybe you are looking for

  • Audio device problem on Windows 8 64 Y510

    Hello dear readers. I have a lot of problems with my audio devices after the operating system upgrade to windows 8 on my lenovo y510. First of all default settings and drivers that I am working as any other failure, are evidence of each pair of speak

  • The use of generate for demodulation and modulation PSK sync settings

    Hi I'm trying to generate Parameters.vi of sync allows you to synchronize the flows recovered after demodulation and my input to the block of modualtion streams but I do not know how to work with this block to synchronize the input with the output st

  • Unable to access MSN sccount

    original title: cannot access my second account #1 account work o.k. tried for days, real person need to talk to for help! Tried all ways to reset the password for my account #2. I'm redirected and confused by the answer which responds to my #1 accou

  • MicrosoftOffice 10

    I tried to install microsoft office 10 on my laptop toshiba satellite that is Vista and installing a displayed error message stating I need to windows vista service pack 1 installed, however I can only find service Pack2. installation of microsoft su

  • Why Dell has paralyzed the Panel advanced configuration options of power on the venue Pro 8?

    Reference paralyzed Dell Control Panel advanced configuration options of power on the venue Pro 8. Dell must provide a patch restores full power plan setting up advanced features of Windows. Adding a new default Dell Windows power plan doesn't bother