The user can only download the columns that I choose?

Hey, guys:

Is that possible I put somewhere in the APEX so that the user can download only the columns that I choose instead of all the columns in the report, that this user can see, like some columns of links that directs the detailed individual pages? It makes no sense for the user to see these columns in a CSV file.

Thank you.

Sam

Published by: lxiscas on May 20, 2013 14:24

Published by: lxiscas on May 20, 2013 14:26

lxiscas wrote:

Is that possible I put somewhere in the APEX so that the user can download only the columns that I choose instead of all the columns in the report, that this user can see, like some columns of links that directs the detailed individual pages? It makes no sense for the user to see these columns in a CSV file.

For standard reports, use the property to include export in the column definition.

To view interactive reports + {message identifier: = 10556630} +.

* When it comes to 'reports' always make it clear if you use a standard or interactive report.

Tags: Database

Similar Questions

  • Is it possible to set up a Vista account which can only download "microsoft updates" (that is, no other non-microsoft files can be downloaded or installed)?

    Hello

    Is it possible to set up a Vista account which can only download "microsoft updates" (that is, no other non-microsoft files can be downloaded or installed)?

    I know that you can create a 'guest account ' with essentially the rights of internet browsing. I would, however, allow for some more flexibility, such as if there are microsoft updates or antivirus updates, this account is permitted to accept these files. I fear that non-microsoft files such as google or yahoo toolbars settle.

    Thanks to anyone who can help us with that.

    There is no installation in Windows to allow this, and I can't say I've ever heard an Add on for Windows that would allow this.

  • I paid for a year and I can't open the app, they say that I can only download the trail version. But my version of trail for indesign is already expired.

    I paid for a year since December 29, 2015 and I can't open the app, they say that I can only download the trail version. But my version of trail for indesign is already expired so I can't use it.

    I received an email that says that the payment has been made.

    Please refer to this document for assistance:FAQ: what should I do if I have a subscription, but my application acts as if I had a trial?

  • I just bought edition Creative Cloud schoolgirl and her teacher and the payment has been successful, but it seems that I can only download a free trial?

    I just bought edition Creative Cloud schoolgirl and her teacher and the payment has been successful, but it seems that I can only download a free trial for the entire application?

    And I checked the FAQ, it says that "no serial number is required for membership or subscription plan products such as Creative clouds - the student and the teacher.» Simply sign in with your Adobe ID to activate your membership. »

    However when I tried to login with my ID on Adobe Application Manager, he always says that it can't find the order and suggest me to buy a.

    I really wonder how I can work through this?

    Please see the links below.

    Also, make sure you use the right adobe ID to log in.

    Hope this will help you.

    Kind regards

    Hervé Khare

  • I just bought creative editing student and teacher of clouds and the payment got through, but I can only download a free trial period?

    I just bought creative editing student and teacher of clouds and the payment got through, but I can only download a free trial period?

    Hello

    Please see buy your student and teacher edition purchase, convert a redemption to a serial code, etc..

    Hope that helps!

    Kind regards

    Sheena

  • My iTunes playlist display has changed and I can't control the columns that appears? My old playlists are very good.

    OK, I make playlists for radio broadcast. I need to change the columns shown, and it has always been easy. The playlist I created just has a different view, and there seems to be no way for me to change the columns that are visible. Any ideas?

    Click Show main menu, and then click Show the Options. You can select the columns that you want or do not want to here.

    See you soon,.

    GB

  • I have purchesed the composition of creative cloud - studenet & teacher and I can only download trial versions

    I have purchesed the composition of creative cloud - studenet & teacher

    and I can only download trial versions of applications creative cloud

    Screenshot 2016-01-03 08.20.58.png

    Connect with adobe tied to your subscription id and install the desktop cc app from here, https://creative.adobe.com/products/creative-cloud

    Use the desktop application to install your programs.

  • APEX do not allow to change the lines of the columns that are the primary key?

    I have pictures:
    http://img508.imageshack.us/my.php?image=21269582oe8.jpg


    Book (id_book - 'Primary key', title, year); book_author (id_author id_book - 'Primary key', - 'Primary key'); author (id_author - "Primary key", name)



    I created a new page-> Form-> form of 'author' table because I want to add new authors, modification and deletion. During the creation of this page, I have chosen column 'id_author' as '1 primary key column' and everything is OK (I can't edit the 'id_author' column - this column is autoincrement and I can change the 'name' column).

    BUT I also created a new page-> Form-> table for table "book_author" because I like to write numbers like id_book and id_author, change and remove them (so add relations between tables: book, book_author and author). During the creation of this page, I have chosen column 'id_book' as '1 primary key column' and 'id_author' as 'column primary key 2'. And on the Web site, I can't edit these fields. And I can not add also new line because I see in each new line: (null).

    http://img444.imageshack.us/my.php?image=11324615yk9.jpg

    APEX do not allow to change the lines of the columns that are the primary key? It's stupid... What can I do?

    Edited by: user10731158 2008-12-20 11:40

    Column unique and not meaningful if you ever want to update. In the case of your example, you need to add an ID column in the intersection of book_author table. Honestly, I was so blown away (and pleasantly surprised) by the absence of rebuttal and the "thx" I advanced and set up an example of how I would define the book_author table:

    create table  book_author
       (id varchar2(32),
        book_id varchar2(32),
         author_id varchar2(32),
         modified_on     date,
         modified_by varchar2(255),
         constraint book_author_pk primary key (id),
         constraint book_auth_book_fk foreign key (book_id) references books(id),
         constraint book_auth_author_fk foreign key (author_id) references authors(id)
         )
    /
    
    create unique index book_author_uq on book_author (book_id,author_id)
    /
    
    create or replace trigger  biu_book_author before insert or update on book_author
    for each row
    begin
         if inserting then
              :new.id := sys_guid();
         end if;
         modified_on := sysdate;
         modified_by := nvl(v('APP_USER'),user);
    end;
    /
    

    Good luck
    Tyler

  • The column that does not match when comparing two records

    Hi all

    We try to compare two tables and find the differences. So if two records (1 of each table) have same PK but not always matching because of some columns, then we would display this columnname. For example:

    Table 1

    PK Parent Child Property1 Property2
    1AA1P1PR1
    2BB1P2oraPR2
    3CC1P3SRP

    Table 2

    PK Parent Child Property1 Property2
    1AA1P1PR1
    2BB1P2PR2
    3CC1P3PR4

    In the above example when I compare 2 tables all matches except Property2 online n ° 3. Thus, we would like to get an output like:

    PK Column_Mismatch
    3Property2 (this must be the name of the column that does not match)

    Appreciate the help.

    Thank you

    Andy

    Hi, Andy.

    Andy1484 wrote:

    Hi all

    We try to compare two tables and find the differences. So if two records (1 of each table) have same PK but not always matching because of some columns, then we would display this columnname. For example:

    Table 1

    PK Parent Child Property1 Property2
    1 A A1 P1 PR1
    2 B B1 P2 oraPR2
    3 C C1 P3 PR3

    Table 2

    PK Parent Child Property1 Property2
    1 A A1 P1 PR1
    2 B B1 P2 PR2
    3 C C1 P3 PR4

    In the above example when I compare 2 tables all matches except Property2 online n ° 3. Thus, we would like to get an output like:

    PK Column_Mismatch
    3 Property2 (this must be the name of the column that does not match)

    Appreciate the help.

    Thank you

    Andy

    Why you don't want no matter what exit for pk = 2?  Property2 does not correspond either to pk.

    What happens if the 2 columns (or more) do not match?  The following query would produce a list delimited, such as ' parents; PROPERTY2 '.

    WITH got_mismatch AS

    (

    SELECT pk

    , CASE WHEN t1.parent <> t2.parent THEN '; PARENT' END

    || CASE WHEN t1.child <> t2.child THEN '; CHILD ' END

    || CASE WHEN t1.properry1 <> t2.property1 THEN '; PROPERTY1 ' END

    || CASE WHEN t1.properry2 <> t2.property2 THEN '; PROPERTY2 ' END

    AS the offset

    FROM table_1 t1

    JOIN table_2 t2 ON t2.pk = t1.pk

    )

    SELECT pk

    , SUBSTR (incompatibility, 3) AS column_mismatch

    OF got_mismatch

    WHERE mismatch IS NOT NULL

    ;

    If you would care to post CREATE TABLE and INSERT statements for your sample data, and then I could test this.

    The query above does not count NULL values as inadequate.  If you want that, the same basic approach will work, but you can use DECODE instead of <> to compare columns.

    What happens if a pk exist in a table, but not the other?  You want an outer join, where I used an inner join above.

  • Paid my subscription, I can only download trial versions and that invited them to subscribe and pay

    I paid my subscription to photoshop/lightroom CC. Got an email with the link to download the desktop application. I did it, but no matter what I do, I can only download versions test and then invited to subscribe and pay a subscription to the cloud. I had 2 days ago and cannot operate correctly.

    Log, activation, or connection errors. CS5.5 and later versions

    Mylenium

  • Find the columns that are partitioned.

    Hello guys,.

    use views DBA_TAB_PARTITIONS, USER_TAB_PARTITIONS, ALL_TAB_PARTITIONS, we can find what are the partition names, number of rows in each partition etc. How we can find on the columns that are partitioned. I tried, but couldn't. help please.

    user_part_key_columns

  • I can't download free programs that have been previously installed

    After reinstalling MAC OS X El Capitan, I can't download free, programs that have been installed previously (Pages, Keynote, Garageband etc..)

    It is possible to solve this problem? Free download and install again?

    These applications come free with a new Mac. they are not included as part of the operating system.

    So if you had previously, they relied on the App Store with your AppleID.

    If yes then you can download them again from the shopping page in the Mac App Store.

    Or you have them on a backup that you made before the re-setup.

  • I downloaded 32-bit items first. Error code 7 says I need 64-bit. How can I download this now that I used my coupon code?

    I bought and downloaded 13 items first. The installation failed because the error report indicates that I need to download the 64-bit version. How can I download this now that I used my coupon code?

    Download here:

    Download Photoshop Elements products | 10, 11, 12, 13

  • I can only download a trial on my new mac even though I have a plan

    I can only download a trial on my new mac, even if I have a plan?

    Willlondon please see in Sign, activation or connection errors. CC, CS6, CS5.5 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html for more information on how to solve the connection failure preventing the authorizing of your membership.

  • Can I download only the images that I choose?

    Can I download on iCloud pictures alone that I chose instead of my entire photo library or selected documents, etc.?

    When you use iCloud photo library, it will be all or nothing.  ICloud photo library is designed to keep your libraries in sync on all devices, in order to download all the photos in your library to iCloud.

    But you can have a library of Photos more - for example a library with all of your Favorites to upload to iCloud and another larger library will be all the photos you want to keep locally.  You can simply switch between libraries by clicking on the library you want to open.

    See the following page: https://help.apple.com/photos/mac/1.0/?lang=en#/pht6d60b524

Maybe you are looking for

  • Lenovo A3500-HV, impossible to install any application after the upgrade to Android 4.4.2

    Yesterday, I warned that a new update is available for my A7-50 A3500-HV Lenovo tablet. I downloaded a 1.1 GB file and leave it to install the Tablet Android 4.4.2 First of all, I found that I am not able to certain actions. For example, I'm not able

  • Blue screen of death analysis guide

    This guide is intended to help an end user to analyse and understand what may have caused their computers to break and cause a blue screen of death. This guide is an information guide and help you to analyze and try to find what caused the crash and

  • How to set a date in a datefield?

    Hi, how to set a date ("24/02/2009") in datefield. the date ' 02/24/2009' is of type string and is in the format "dd-MM-YYYY" as same as datefield Date format. Thanks in advance.

  • URL for access without client on SAA

    Hello I have an ASA with anyconnect configured profiles. In one of these profiles, I want to activate VPN without client. When I go to https://[asa address] get the instalation Anyconnect page. How to make in the portal for client access?

  • You can control a URL in eloqua to add to the query string?

    If I insert a URL in an email, I can't stop eloqua to add additional query string parameters in eloqua.I want to make this happen because the URL doesn't seem to work if we add an extra parameter using the query string.