Shared Svcs 'Submit' data security by Excel

Hi all

What are the security provisions required the user to use the data to submit through SmartView in Excel? I put in place Enable write to Excel, but that doesn't seem to do the trick. I'm looking for the bare minimum.

Thank you!

You really need to consider together, unless the user has assigned appropriate safety class and write access to it, the role won't do much. If you have no class security and no process management. Bare bones should be the default role and load the Excel data, the rest of the roles are not related to loading data via excel, they are related to consolidation, EI, I / C, workspace. If the user is using an online form to load the data via excellent so it must form data write back to Excel, but if the user is using formulas, the only one of the two above and the appropriate security levels should do the trick.

Tags: Business Intelligence

Similar Questions

  • Save the data to the excel file

    Hello

    I make a program reads the value of the probe via serial port... but I don't know how I can record this data in excel file... I open the example in the labview example, but I don't want to like this... becaue I use a while loop in my program that cause opened "multi" excel file... . How can I solve this problem?

    You need to think about what you want to do, not how you want to do.  I'll make a few assumptions here - adopt to your notebook loads "real."

    I guess you want to take a series of readings from a device (sensor, serial port).  I suppose you take multiple readings, perhaps their display on a table or chart, for a certain period of time.  Once you have a set of data, you want to save all the data in an Excel file.

    If this scenario is correct, there are three distinct phases to this task - implemented the data collection (open the serial port, manage the interactions of the user according to the needs), data collection (and potentially produce tables or graphs) and save the data.  Note that only step 2, collect data, involves a repetitive action appropriate for a while loop.  Once you have all the data, you can then open an Excel report, use something like Excel table easy to put the Table in the report or chart Excel easy to put a chart in the report and save the report in evidence, save the report.

    If you are using a relatively recent version of LabVIEW (2010 or later), the new generation Excel report screws are pretty easy to use.

  • Recover data from MS excel

    Hi all

    I have a simple question... How can I get data from an Excel... I have MS excel file (*.xls) I just want to get the data that is in this file in labview?

    I go through the tutorial http://zone.ni.com/devzone/cda/tut/p/id/3181#toc0 but it seems that the only way to get excellent data in labview is to have the report generation tool...

    or is it possible else that bypassing the Toolbox I can read data from excel?

    concerning

    see this example

  • How to read data from an excel and HTML file

    Hello

    I write a 2D-array of string in Excel/HTML file using the generation of reports.

    Can someone tell me how to get back in return, the written data, same files again and display in table format.

    Thank you & best regards

    Visuman

    You can use activex to read data from the excel fileback to the table format... through this vi... may b this will help you...

  • Prevent the "submit data" of SmartView

    Hello

    Given that several forms of Hyperion Planning in my application are run automatically record the Business Rules, I prevent users to submit data via Smart View.
    Is there a way to disable the "Submit information" button in all the ribbons of SmartView?
    Is it possible to make it in a selective way and disable just for part of the users?
    How?


    Thank you very much
    Yoram

    No, it is not possible to disable the Submit data in SmartView. The SmartView aims to provide the same functionality that they will be available through the web of planning. If users are generally allowed to use both as they are in both cases only allowed to enter data at intersections, they have access to.

    HTH-
    Jasmine.

  • How to import data from the Excel worksheet file in a table DB using a filebrowse

    Hi friends,

    Im having a table has with the following columns as

    < Li > ID
    < Li > Employee_name
    < Li > Department

    with empty data in it.

    Im having an excel sheet that contains the data for the table has for the column ID < Employee_name < Department

    If it is possible to import excel data sheet empty table A that I have in the DB using a form of front-end APEX which is having a file navigation item only.

    So, if I store that excel sheet using a navigation button in table wwv_flows_files, then automatically all means this sheet file data in the excellent flows_files table must be inserted into the table empty i have.

    It is possible to store the data this way using a browse.

    Brgds,
    Mini

    Hello

    If you're on APEX 4.1 create data loading page. Then the end user may download the CSV data to your table.
    Excel can be saved in CSV format.

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

  • Fill in the data in an Excel template (with pre-defined formulas) Oracle

    Hello

    Anyone know how I can fill (with PL/SQL) Oracle data in an Excel template (with pre-defined formulas)? I mean that the user provides the Excel model so I just transfer the data from Oracle in particular cells in the worksheet. The model can be large and can become 50 pages long.

    Thank you.
    Andy

    So, you want an Oracle process or a process of APEX to take an existing Excel file and simply plug data into it? What I would say is instead, you export your data out and into your writing Excel VBA code file to take you input file and treat it accordingly.

    Thank you

    Tony Miller
    Webster, TX

    You can get more with a kind word and a legacy, you can with just a kind word

  • data security apply to the...

    Hi, we set the data security in the Security Manager in the RPD.

    I found that security are applied to all the dashboard pages and applications
    is it possible to have an exception? Define some special cards not defined by the data safety.

    Thank you

    Yes, only 2 places.

  • integration of data security in OBIEE-ebs

    Hi all

    I'm trying to implement the data security HR - Org based in the integration of the EBS-OBIEE.
    After creation of the initialization block EBS Single Sign-on Integration, get Oracle EBS security context, the responsibility of EBS group I created new human resources organizations block initialization to complete the session variable "HR_ORG" and I use the following query.
    Even if USER and GROUP session variables get their values properly and integration works very well, the variable hr_org said 'has no definition of value.

    nQSError: 10058 a general error has occurred. nQSError: 23006 the variable session, NQ_SESSION.HR_ORG, has no value definition. (HY000)
    SQL issued: SELECT 'by business groups. "" Id Business Group ", VALUEOF (NQ_SESSION.HR_ORG) OF HR

    Please help me for the implementation of the security of the data after the integration of the EBS-OBIEE...

    To fill the variable HR_ORG by wise initialization line:

    SELECT DISTINCT' HR_ORG', TO_CHAR (SEC_DET.ORGANIZATION_ID)
    Of
    (
    SELECT
    "HR_ORG", ASG.ORGANIZATION_ID
    Of
    FND_USER_RESP_GROUPS URP
    FND_USER USR
    PER_SECURITY_PROFILES PSEC
    , PER_PERSON_LIST BY
    PER_ALL_ASSIGNMENTS_F ASG
    WHERE
    URP. Start_date < trunc (sysdate)
    AND (CASE WHEN URP. END_DATE IS NULL THEN TRUNC (SYSDATE) ELSE TO_DATE (URP. END of end_date)) > = trunc (sysdate)
    AND USR. USER_NAME = ": THE USER"
    AND USR. USER_ID = URP. USER_ID
    AND TRUNC (SYSDATE)
    BETWEEN THE URP. START_DATE AND NVL (URP. END_DATE, HR_GENERAL. END_OF_TIME)
    AND CIMP. SECURITY_PROFILE_ID = FND_PROFILE. VALUE_SPECIFIC ('PER_SECURITY_PROFILE_ID', URP. USER_ID, URP. RESPONSIBILITY_ID, URP. RESPONSIBILITY_APPLICATION_ID)
    AND BY. SECURITY_PROFILE_ID = CIMP. SECURITY_PROFILE_ID
    AND BY. PERSON_ID = GSS. PERSON_ID
    AND TRUNC (SYSDATE) BETWEEN GSS. EFFECTIVE_START_DATE AND GSS. EFFECTIVE_END_DATE
    AND URP. RESPONSIBILITY_ID = DECODE (FND_GLOBAL. RESP_ID,
    -1, URP. RESPONSIBILITY_ID,
    NULL, URP. RESPONSIBILITY_ID,
    FND_GLOBAL. RESP_ID)
    UNION
    SELECT DISTINCT "HR_ORG."
    ORGANIZATION_ID
    OF ASG PER_ALL_ASSIGNMENTS_F,.
    FND_USER USR
    WHERE GSS. PERSON_ID = USR. EMPLOYEE_ID
    AND USR. USER_NAME = ": THE USER"
    AND TRUNC (SYSDATE) BETWEEN GSS. EFFECTIVE_START_DATE AND GSS. EFFECTIVE_END_DATE
    AND GSS. PRIMARY_FLAG = 'Y '.
    ) SEC_DET


    THX!

    Hello

    First make 100% sure that your USER variable is actually filled by an initialization block that has a priority execution earlier that block your initialization of HR_ORG.
    Make sure that you the syntax looks like the following (I just made this, but not with the USER variable, but another one custom) - Note the single quotes around the expression of any "valueof": (xx)
    where user_name = ' valueof (NQ_SESSION. THE USER)"

    Kind regards
    Gareth

  • The level of data security issue

    Hello gurus:
    I'm having a problem with the level of data security.
    I have copied my Production RPD and Webcat in Test, changed the DSN connection pool and username/password.
    Now the problem is, a user has the same rights in Prod and test, is to see properly in Production, but sees nothing in the Test.

    I use a block of initialization of the Siebel CRM Application. If clients are assigned to users based on their responsibility to S_RESP and S_USER.
    on this basis, users can see the list of customers. Authentication is LDAP server even for production and testing.

    Now, a user sees correctly assigned in Production, but not in the Test list. I don't know how to solve. I searched query logs and other things, but cannot find anything.
    Please help me how should I study this issue.

    Thank you.
    Vinay

    Hi Vinay,

    I guess that your problem is due to the ORGS session variable. Can you open the repository and test the block of initialization for Associations? I'm sure that it contains no value of Test.

    On the logging level. I think that it is very convenient for you to have a user who logs level 2 or higher, in order to verify the physical SQL. But you use the same LDAP source for Test and Production, which makes things a little more difficult. So I would advise you to add an LDAP variable to fill the session LOGLEVEL variable. Create a user test with loglevel 2 or higher, and then set the loglevel for all users in 0.

    Kind regards
    Stijn

  • Hyperion Shared Services - security in excel file

    Hi all

    Is there a way we can get security information in a format that excel services, and then we can play with this excel file. Once the necessary changes are made, we import it referring to shared services.

    We use active directory for user maintenance.

    Kind regards

    They are stored in the application of planning and the steps of Shared Services, the access permissions for the export of the planning applications using LCM or exportsecurity utility.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • We need a way to send data secure via a Muse site

    With our website we build using MUSE, we need a way for our customers to fill out a credit card and after clicking on 'Submit' to have these data be sent to us safely.  Adobe offers Secure Data Transmition for MUSE encryption use?  If this isn't the case, is there encryption software third someone used that can be embedded in a site of MUSE for this purpose?

    This is not supported by Muse. There are some third party to www.musewidgets.com eCommerce widgets

  • How to connect a LiveCycle PDF form data to an Excel file

    I have a moment of Livecycle form sheet which is distributed on the ground, what we want to do is be able to save data directly in a database EXCEL, we want data automatically fill the spreadsheet with the data of formed once that user domain hit the submit button or by e-mail.

    Thank you.

    Hello

    You should take a look at the site of Stefan Cameron, which has many solutions to configure data connections. Search the worksheet in general and here: http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/.

    However, please note that if users have Reader, then the shape will be active player using the full LC Reader Extensions Server component. Extending the form in Acrobat will not work.

    Hope that helps,

    Niall

  • Cannot submit data form with Chrome or Safari

    Can complete is no longer the hold mail in USPS use Chrome or Safari. He let me use the calendar to select the start and end dates. Also unable to connect in Budget car rental - looks that my data are not filed. I rebooted iMac 10.11.5 and uninstalled and reinstalled Chrome. I deleted cookies and history. Recently, I had a lot of Flash "stopped working" and refills - I also think with 'Shockwave '? I have Avast Mac Security.

    Uninstall Avast. His tendency to interfere with the operation of the computer while offering little or no benefit.

    Avast

    Uninstall avast

  • Concerned about data security when the iphone is lost

    My friend had lost his iphone and has implemented "Find my iphone" before it happened. There was therefore nothing to fear in what concerns the security of data that was on the lost iphone.

    I recently bought a new iphone so I decided to play and experiment. I erased my old iphone via 'Find my iPhone' in icloud. As soon as I turned on the old iphone, everything was erased. What a relief! Then I plugged this same old iphone on your desktop with a recovery of iphone software and all my photos and contacts, etc. have been recovered! Now, I question the safety of this function - it is not a foolproof method to ensure the security of our data when lost or stolen phones is that?

    Lock activation and to locate my phone are perfect security mechanisms. Period. None have access to your device if locking activation is enabled. iPhone becomes a useless brick for the flight or the person who steals / finds your device.

    https://support.Apple.com/en-us/HT201472

Maybe you are looking for