Privileges to share dashboard customizations

Hi all

We have our dashboards created and owned by an administrator of BI role, and we want our users (with the role of consumer of BI granted) to be able to share customizations of dashboard to other users. Somehow, this possibility is not enabled by default, and I can't find the privileges I should change to activate it:

2015-07-27_12-08-55 Share dashboard customization.png

I tried to change this in the page privilege manage privileges:

2015-07-27_12-13-04 Assign default customizacions privilege.png

But the continuous option unavailable.

I think maybe I need to change the permissions of dashboard for this role, now that the role of consumer BI has only open permissions (read and browse), maybe I need to set Custom permissions, and apply some other authorization?

2015-07-27_12-21-24 Custom Permissions for Dashboards.png

I do not see a custom permission related to this, and I don't want users being able to change the dashboard.

Concerning

Ana GH

Post edited by: Ana GH, simply by changing the personalization for personalization (I'm pregnant not English, does not, I realized my mistake with these words)

Just in case anyone else tries, this is what Oracle Support replied:

I did some research and I tried the scenario you discuss everything and came to conclusion below.

  1. In order to save the Shared selections, the user must have write access to the/Dashboard_Name/_selections (IE go it for which the user seeks to share customizations) where shared selections. If the user is unable to write, the option is disabled.
  2. But if you provide this privilege, then users will be able to edit the dashboard, option would be so to have these users ask administrator to do this, the administrator will make these changes, rather than giving the users permissions.

So, no sharing customizations to other users, if you are simply a consumer of BI role.

Concerning

Tags: Business Intelligence

Similar Questions

  • one of the icons at the top of my software is missing.   I have those for: open the safe, files, print, share files, customize, reminder, BUT THE ONE for SOULIGNANT A WORD or EXPRESSION IS MISSING, then delete the page, etc.  I have Acrobat Pro 10.  How c

    one of the icons at the top of my software is missing.   I have those for: open the safe, files, print, share files, customize, reminder, BUT THE ONE for SOULIGNANT A WORD or EXPRESSION IS MISSING, then delete the page, etc.  I have Acrobat Pro 10.  How to get back the icon and the missing function?  I would just reinstall, but I get the message that I don't have a legal copy of the program.  However, I bought and paid for it.  Thank you very much for your help!  Carolyn

    Add them to your quick tools. Go help > Quick of the tool.

    I've added these tools to my quick tools, as follows:

    Also see this article: Adobe Acrobat X Pro * databases the workspace

  • WCS contributor UI Dashboard customization

    Hi Experts WCS,

    A simple question, if all goes well, can get help here. I need to customize the dashboard of the contributor UI for adding a Widget and pull the remaining assets updated to display.

    More documentation of Oracle https://docs.oracle.com/cd/E29542_01/doc.1111/e29634/cust_dashboard.htm#WBCSD6230 added the widget dashboard, the default value is only showing 'Name' and 'Typical'. Necessary to also show a column with UpdatedDate, I did as well with the personalization of //Sites/11.1.1.8.0/Shared/elements/CustomElements/ < mySiteName > /UI/Layout/Utils/GridConfig.jsp and GridHtml.jsp.

    Question:

    (1) how can I display the date in the required format? Currently the date column shows a string of long date as "20151120044818129".

    I tried the following two in GridConfig.jsp but without effect:

         <column id="updateddate">
          <fieldname>updateddate</fieldname>
          <columnname>Modified</columnname>
                    <dateformat>MM/dd/yyyy hh:mm a z </dateformat>
          <width>auto</width>
          <formatter></formatter>
         </column>
    

         <column id="updateddate">
          <fieldname>updateddate</fieldname>
          <columnname>Modified</columnname>
                    <javadateformat>SHORT</javadateformat>
          <width>auto</width>
          <formatter></formatter>
         </column>
    

    (2) the next I want to achieve is to shoot only assets changed by the current of the connected user. I of course would investigate how to do it, but just thought that if someone here knows and can point me a direction and then he can save me some leg work.

    Well, if you have the old RecentlyModifiedAssetAction.jsp code, and then replace old code with the following:

    <%@page import="com.fatwire.assetapi.data.AssetData"%>

    <%@page import="com.fatwire.assetapi.data.AssetDataManager"%>

    < %@page="" import="com.fatwire.ui.util.GenericUtil">

    % >< %@page="" import="org.codehaus.jackson.map.ObjectMapper">

    % >< %@page="" import="com.fatwire.cs.ui.framework.UIException">

    % >< %@page="" import="java.util.*">

    %>< %="" @="" taglib="" préfixe="« cs »" uri="futuretense_cs/ftcs1_0.tld">

    % >< %@page="" import="com.fatwire.services.beans.search.SearchCriteria">

    % >< %@page="" import="com.fatwire.services.SearchService">

    % >< %@page="" import="com.fatwire.services.ServicesManager">

    % >< %@page="" import="com.fatwire.system.SessionFactory">

    % >< %@page="" import="com.fatwire.system.Session">

    % >< %@page="" import="com.fatwire.cs.core.search.data.ResultRow">

    % >< %@page="" import="com.fatwire.cs.core.search.data.IndexData">

    % >< %@page="" import="com.fatwire.assetapi.data.AssetId">

    % >< %@page="" import=" »">

    %>

    <>

    try {}

    / / This element uses the search service to find assets changed in last week to the site connected to.

    / / build search criteria

    SearchCriteria searchCriteria = new SearchCriteria();

    searchCriteria.setSiteId (GenericUtil.getLoggedInSite (ics));

    searchCriteria.setModifiedDateOption (SearchCriteria.DateOption.PASTWEEK);

    //Call search service for assets changed by a user connected from last week

    Session its = SessionFactory.getSession ();

    ServicesManager servicesManager = (ServicesManager) ses.getManager (ServicesManager.class.getName ());

    AssetDataManager mgr = (AssetDataManager) ses.getManager (AssetDataManager.class.getName ());

    SearchService searchService = servicesManager.getSearchService ();

    The list of search results from = searchService.search (searchCriteria,-1, null);

    / / generate the list of assets, it's a list of card

    List assets = new ArrayList () ;

    for (ResultRow r: search results)

    {

    Asset map = new HashMap();

    This map will have, the fields id, name, type and asset.

    String id = r.getIndexData("id").getData ();

    String type = r.getIndexData("AssetType").getData ();

    Refbien assetId = new AssetIdImpl (type, Long.parseLong (id));

    Check updated assets

    Data AssetData = mgr.readAttributes (assetId, Collections.singletonList ("updatedby"));

    String updatedby = data.getAttributeData ("updatedby") () () m:System.NET.SocketAddress.ToString .getData;

    If Active has been updated by the current user, add this asset to the map

    If (updatedby.equalsIgnoreCase (GenericUtil.getLoggedInUserName (ics))) {}

    asset.put ("id", assetId.toString ());

    Asset.put ("active", assetId);

    asset.put ("name", r.getIndexData("name").getData ());

    asset.put ("type", r.getIndexData("AssetType").getData ());

    Assets.Add (Asset);

    }

    }

    request.setAttribute ("assets", active);

    } catch (Exception e) {}

    e.printStackTrace ();

    UIException EUI = new UIException (e);

    request.setAttribute (UIException._UI_EXCEPTION_, UIE);

    throw the EUI;

    }%>

    With the above code, only those assets will be visible that have been updated by the current user for the current site. In addition, rather than use above search, you can built your own search and add the results within the scope of the request.

    Disadvantage of the use of this dashboard, is that if a user modifies & saves the assets, it is not automatically refreshes results as it does for the dashboard of the bookmarks. User will see updated Active changed by him or her that when that he clicks on the "Refresh" button or the connections again.

    Kind regards

    Guddu

  • How to share dashboards

    Hello

    I created a Dashboard under my account user based on individual reports. These reports are stored in my folders, and the dashboard is part of my account. How can I share the dashboard with another user, I've set up another user account and gives them access to the business district and also in presentation catalog gave access to my files. It has not taken effect.

    Can anyone help?

    Thank you

    Yes you can. Go to setting > manage presentation catalog > catalog name of Presntation > portal (make sure Show Hidden items checkbox is checked in the case otherwise you will not be able to see the portal site)

    _portal has all the dashboard created in this catalogue of presentation. You can move them as explained above. You can do this via the Catalog Manager also

    Thank you
    Sandeep

  • My dashboard customization

    Hello

    I understand that this is the place to ask questions about my foglight installation.  I would like to create a dashboard to make foglgith more useful to me and have a few questions for anyone who is willing to help out a newb Foglight;

    -On the Alerts page, there is an option to filter, but whenever I filter get no result.  See, there are more then my monitored servers, so I try to filter by *. domain.edu. I tried all the fields, and even though I see the field listed in the filtered list of alerts, when it is applied, there is no result

    -On my new dash, I'm watching an application called Banner INB.  Foglight successfully sees what I want (active sessions), but lists all the lines in the chart as "baninb".  I want to change the label for the name of the server.  I can manually determine if I have too, but I can't even find a way to manually change the label type, it only allows me to select an item in the drop-down list.

    -I've added two Windows I want to delete.  Some of my windows have a little drop-down arrow with the option 'delete '.  But two of my windows (experiences see it worked) have not the drop-down menu, or anything like that.  How to remove these windows?

    To all of you for your time.  Also I would like some more specific docuemntation on how to do more with the dashboard, but couldn't find much further basic stuff.  If you know, that would be great!

    For 1, it is a display of the column, so there is no button layout change (page layout is already defined pre), layout of fixed size (my favorite of signifiers) is one that has the edit page button. It's really strange, I tried different ways to re-create and this is not the case on my machine. It's like the title bar collapsed and all you can see is that the part of it without being able to reduce it and the properties button.

    You get the same behavior in different browsers (IE, FF, chrome, Safari)? This behavior still exists after the Foglight Management Server restart?

    I wonder if there are errors in the log file Foglight that explain that.

    If this dashboard is not too important, it can be easier to delete and create a new one, I've never seen such behaviour.

    If this dashboard IS important I recommend you apply for assistance of opening service and them look at it.

    3, can you please show me where in the data tree, you took this metric of?

    When I take the average response time to time, I get a server as a label name

    Golan

  • The OBI Dashboard customization

    Hello

    I'm customizinig OBI appearance.
    I managed to change the login page.
    But I want to change the page after the login of the user.
    I know the CSS file, but am not able to find the relevent to the XML files.

    Help, please

    Thank you
    Bhupendra

    Take a look at productmessages.xml > kmsgPoweredByAnchor

    concerning

    John
    http://obiee101.blogspot.com/

  • How to share a dashboard to other users?

    Dear all,

    I have a dashboard created in my folders.
    Now, I need to share dashboards to other users with read-only.

    How can I do?

    Please share some tutorial or advice.

    ARO
    EBA

    Hello

    You can copy the table from edge to edge of the shared folder to the catalog and give permissions as read access.
    Otherwise, you must provide your credentials to other users to see which is not good.

    Hope this helped / answered.

    Concerning
    Young

  • Privileges

    Hello

    I created a new Application role.

    I want to give the possibility of membership of users for this role can create a new Dashboard.
    I can't find to define in the privileges.
    Someone can help to me.

    Thank you

    This, under Administration-> manage privileges-> access to dashboards / management dashboards (add the corresponding application role). After that, you should be able to create dashboards

  • The dashboard sharing or cloning for newspaper readers

    Hello

    Some of our newspaper readers want to somehow share dashboards with each other. So, they are not admins cannot write to shared dashboards.

    I assume, at this stage, it is impossible to grant certain users write/move to rights for some shared dashboards?

    OR is it possible, as long as an administrator, I can clone an another user (not my) dashboard for a common dashboard?

    Any ideas / Dodge welcome!

    GA v 2.0

    Thank you

    Chris


    Today is not possible (administrators only), but register at loginsight.vmware.com and stay tuned!

  • Preloader customization

    Hi all

    Having difficulties reall preloader in dashboard customization animate...

    To go straight to the points:

    1. my main project is using 100% width and height amd point of course I'd like for preloader do the same thing, but somehow animated gif always gets "stuck" at the top of the page without taking into account the coordinated percentage. How am I to the preloader animation centre regardless of the size of the screen?

    2 preloader page is always white... How can I change its color? Or even better, how can I load any substantive reason instead of use the solid color?

    Here are my two main issues for the moment.

    Please help if you can

    Here's a solution.

    I rewrite the html file.

    ...

    So, you use the Edge file without preloader.

  • change the dashboard

    Hello
    How to change the dashboard in obiee11g

    Thank you

    The reason why you are not able to see is that you have only read access to reports and dashboards. To give you privileges to edit dashboards and responses, you must connect to Analytics OBIEE with an ID that has administrator privileges. Go to weblogic, security domains, click on my realm, click on go to the tab users and groups, find your ID (which in this case is weblogic) and click on it. Go to the tab groups and assign you, group BIAdministrator. This will give you all the admin rights.

    Assign points if helpful.

    Thank you
    -Laurence.

  • Dashboard not shown to users

    Hi, I'm a problem litte about the appearance of the dashboard.

    I made the dashboard, and I want to add a user. After that the users have been added to the administration tool, I put the privileges of the dashboard to be accessible to all.
    But when I connect using the user I created, the dashboard does not appear. The only thing that appears is "my dashboard" which is the default dashboard OBIEE.

    What actually happens? I'm sure that I've set up the privilege of the dashboard for everyone, but it shows nothing.

    Concerning

    Dashboard must be in the shared folder. Alos, give them access to the catalogue of presentation.

    Kind regards
    Sandeep

  • Removable HP X 2 spectrum: Spectrum X 2 lights as it should

    Just recently, whenever I try to turn on my spectrum HP X 2 detachable off, she, she turns. The F6 Mute button has the light, on which seems to indicate that the device can be on, but the screen is not.

    To turn the unit on, I stuck the power button until the silent witness of F6 turns off, as if he was arrested and then press the power button to restart the unit upwards.

    Someone at - it an idea what could cause this problem or how I could continue on set?

    Thanks in advance.

    Hi @IHaveQuestions,

    Thanks for reaching out! It is a great location to get resolutions and interact with experts from the community. I understand that your computer does not turn on the F6 button is turned on and you must hold down the power button for a few seconds until the mute turns off and press the switch again for her to run again. I'll be happy to help you with this.

    You did a great job of troubleshooting before you post your question in the forums of HP. Kudos to you for this. Great job! You're an HP customer, and we greatly appreciate you for doing business with HP. I take it as a privilege to share this platform with you.

    First of all, it looks like a hardware problem with the device. Some circuits inside that may still be causing the key (Mute) F6 to continue to stay on, even when the machine is supposed to be stopped.

    Let's first try a hard reset: link to: http://support.hp.com/us-en/document/c01684768

    • First of all switch off the unit and unplug the charger.
    • Hold down the power and buttons to Mute (on the right side of the Palm) for 8 to 10 seconds.
    • Then turn on the unit to check if the situation is corrected. If it persists, remove the keyboard from the computer after the power off again.
    • Switch on the device to verify if the situation has been corrected.
    • If it continues, please detach the keyboard with the power on and power off the unit. Wait a few seconds and it can save and reattach the keyboard and check.
    • Finally, if all else fails, let the battery drain is completely down and then repeat steps.
    • If it continues then the computer may need to be repaired because it may be a hardware problem with the device.

    I hope this helps. I would like to know how this happens. I really hope that the problem is solved without hassle and the unit works very well. Believe me, I've done everything I can to help by keeping your interests in mind. Please reach out for questions and I'll be there for you help.

    Just to say thank youPlease click the ' Thumbs Up ' button to give a Kudos to appreciate my efforts to help me. If it helps, Please mark this "accepted Solution" because it will help many other people with the same problem to get it resolved without hassle.

    Now carefully and have a wonderful week ahead.

  • HP Envy 15-ae103nc: HP Envy 15 broken coverage taken lan

    Hello

    Lan on my HP coverage is broken. The part of midle bit in the lid which is supposed to take the ethernet cable is gone. EBay is full of lids of replacements, but not this particular one. Is it possible to get it / any place I can order from? I can replace it myself but I can't find the piece in the store of spare parts of HP. Thank you.

    Hi @Okamensky,

    Thank you for your participation in the Forums of HP Support! It is a great location to get resolutions and interact with experts from the community. I understand that you have problems with a broken plug LAN cover. It will be a pleasure to help you.

    Did a remarkable job to do your copious research to find the right piece before asking your question in the forums of HP. It's always a great pleasure to work with tech-savvy and technically customers sounds like you. Kudos to you for this. I am amazed to see your technical skills, replace it with yourself and certainly value your relationship with HP. We greatly appreciate you for doing business with HP and I take it as a privilege to share this platform with you.

    First of all, as the cover of LAN is not sold in a separate part, you must replace the speaker all background Panel or the base of the unit, as it is integrated. You can visit this link to order the part: http://partsurfer.hp.com so if please select the country and enter the product # unit and search to identify the desired parts. You can also call the part store and give them a product name # and the model of your device to be able to help you order the right part. The phone number is registered on the Web site.

    I really hope that the problem is solved without hassle and the computer works great. I hope this helps. Please let me know how it works.

    Just to say thank youPlease click the ' Thumbs Up ' button to appreciate my efforts. If it helps, Please mark this "accepted Solution".

    Thank you and have a great week ahead.

  • HP DeskJet Ink Advantage 4535: HP DeskJet Ink Advantage 4535 error Code

    Hello

    I tried to connect my printer to the new wifi and on the printer, the message of this code was displayed.

    You have no idea where is the problem? I rebooted the wifi router, but the result was the same.

    I thank very you much.

    Jan

    Hi @Maxan,

    Thank you for visiting the HP Forums! A place where you can find solutions for your problems with the help of the community! I understand that you need to connect your printer to the network wifi and you get an error message. I'll be happy to help you.

    A remarkable work has been done trying to connect your printer to the wifi network before posting your question in the forums of HP. It's always a great pleasure to work with tech-savvy and technically customers sounds like you. Kudos to you for this. I am amazed at your technical skills, and we really appreciate your relationship with HP. We greatly appreciate you for doing business with HP and consider a privilege to share this platform with you.

    For greater clarity, I would need more information to isolate the problem to be hardware or software related.

    Other devices connect without hassle to the same network?

    After restarting the printer without any communication with other devices, you get this error message, or it goes back to the home screen?

    Is it possible for you to try this printer on a different network?

    We will first do a hard reset: as follows:

    • Turn on the printer.
    • Wait until the printer is idle and silent before continuing.
    • Unplug the USB cable to the back of the printer. If your printer has a network or a wireless connection, leave it connected.
    • Remove the cartridges from the printer.
    • With the printer, unplug the power cord at the back of the printer and the wall outlet or power strip.
    • Wait at least 60 seconds.
    • Plug the power cord into the wall outlet.
    • NOTE:
    • HP recommends connecting the power cord printer directly to a wall outlet.
    • Reconnect the power cord to the back of the printer.
    • Turn on the printer, if it does not automatically turn on.
    • The printer may go through a warm-up period. The printer lights can blink, and transportation could move.
    • Wait until the warm-up period ends and that your printer is idle and silent before continuing.
    • Reinsert the ink cartridges, and then close the ink cartridge access door.
    • Then try to connect to the network and check if it works.

    Please refer to these links for troubleshooting more: link 1: http://support.hp.com/ph-en/product/HP-DeskJet-Ink-Advantage-4530-All-in-One-Printer-series/5447926/model/5447927/document/c00489814/

    Link2: This error could be a jam of transport also. Please visit this link: http://support.hp.com/us-en/product/HP-DeskJet-Ink-Advantage-4530-All-in-One-Printer-series/5447926/model/5447927/document/c04718263/

    Link 3: setting up the wireless printer: http://support.hp.com/us-en/product/HP-DeskJet-Ink-Advantage-4530-All-in-One-Printer-series/5447926/model/5447927/document/c04719556/

    I really hope that the problem is solved without hassle and the printer works great. I hope this helps. Please let me know how it works. Just to say thank youPlease click the ' Thumbs Up ' button to appreciate my efforts in giving me a congratulations. If it helps, Please mark this "accepted Solution".

    Thank you and have a great week ahead.

Maybe you are looking for

  • NB200-h-13 - how to reset the BIOS?

    I have a laptop Toshiba mini nb200-h-13 and one day a kid put a bios password, which of course later, he forgot what he was... So I tried to reset the bios that I managed by short-circuiting the rider but when I turned on it return a message posted n

  • MACBOOK PRO KEEPS RESTARTING ITSELF.

    Hello world! Now, I don't know if it's happening because of this macbook was good for me and my aunt (perhaps after a mobile phone rate business here in Australia) brought the laptop is supposed to be refurbished (ect) Now it keeps restarting itself

  • G550 Ram problem

    Whats up, my g550 came with 4gigs DDR3 1066, Cpuz, I installed and it has shown that it works @ 399 Mhz?, I think it should work faster, since it is a Ram 1066..., here is the photo [IMG] http://I39.Tinypic.com/5xq648.PNG [LINE] Need help please: /.

  • SVCHOST.exe problem: use anywhere from 20% to 30% of my CPU

    Currently on Windows Vista Home Premium, trouble with SVCHOST.exe using anywhere from 20% to 30% of my CPU. I know and understand that SVCHOST.exe controls many important functions in Windows, and that some of them may, but should not be cut. My ques

  • Cannot install any program or make any change on my standard account

    Hello So I recently reinstalled my Windows, the installation was not made by me. This person created one account we'll call user for simplicity, giving him Admin privileges. When I noticed it, I created another Admin account and demoted user a standa