Ways to use the Content option in table sources

how many ways we can use the (Logical table sources->Content tab).
tell me in which situations we use the aggregation levels.are those only with detail tables?
anybody explain me more elaborately?
Edited by: user12077461 on Dec 31, 2010 6:16 AM

In the content tab, you can configure in which (column or logical level) you want the aggregation to happen.
For example you are dealing with sales, you can aggregate your results in the "sales per product level" or "sales per state level"
In addition, you can also aggregate your results based on column summation.

Similar Messages

  • Deleting the contents of all tables in a schemas

    hi ,
    can someone tell me if there is a way of deleting the contents of all tables , without dropping any.because the schema is big and just want to empty all tables at the same time.
    thanks in advance.

    Hi,
    >>Will they be enabled after running the script?
    Well, of course they need to be re-enabled ... don't you think?
    SQL> create table a (id number primary key);
    Table created.
    SQL> create table b (id number constraint fk_b_a references a);
    Table created.
    SQL> select constraint_name,status from user_constraints where table_name='B';
    CONSTRAINT_NAME                STATUS
    FK_B_A                         ENABLED
    SQL> truncate table a;
    truncate table a
    ERROR at line 1:
    ORA-02266: unique/primary keys in table referenced by enabled foreign keys
    SQL> alter table b disable constraint fk_b_a;
    Table altered.
    SQL> truncate table a;
    Table truncated.
    SQL> select constraint_name,status from user_constraints where table_name='B';
    CONSTRAINT_NAME                STATUS
    FK_B_A                         DISABLED
    SQL> alter table b enable constraint fk_b_a;
    Table altered.
    SQL> select constraint_name,status from user_constraints where table_name='B';
    CONSTRAINT_NAME                STATUS
    FK_B_A                         ENABLEDCheers
    Legatti

  • My video needs to go on a SD DVD single layer-it is 1h 51m long-the only way I can make is fit is encode H. 264-not ideal-I am using the Share option in FCP-native media was shot 980x720...any other way to do this??

    My video needs to go on a SD single layer DVD…it is 1h 51m long…the only way I can make it fit is encode H. 264…not ideal…I am using the Share option in FCP…native media was shot 980x720...any other way to do this??

    To play on DVD Players, it has to be MPEG2.
    It's under 2 hours; I'm surprised it won't fit. If not, get Compressor and lower the bit rate to fit.
    The native resolution was 980X720…you mean 960?
    It will all be resized to 720X480, which is DVD standard.
    Russ

  • How to clear the contents of a table

    I was using a 'build table' to collect some datas and pass it to an 'Express  table'.
    what are the possible options to clear the contents of that table?
    How can i clear the contents using a 'button'?

    Build table function has an additional input called 'Reset'
    Attach a boolean to it.
    On front panel, set the boolean's mechanical action as 'latch when released'
    Look at attached vi
    Regards,
    Dev
    Message Edited by devchander on 08-06-2007 08:02 AM
    Attachments:
    reset table.vi ‏57 KB

  • How to view the file using the content

    Hi all,
    I have uploaded the data from a binary file to an internal table using GUI_UPLOAD.
    Could you please suggest any way how i can view the file using the content.
    The binary content looks as follows.
    345DCC27F35A291DFD5496E0609E8ED08F3405AF5FE3DDC574166CDE0D79B7A174BC6
    D87597FA824B3E56E82E451D4C2B4D32A423279A668BB6690C7E9956E90CFE766CB37
    39E70D650300006D08000011000000776F72642F73657474696E67732E786D6C9C56D
    69B6197B7F5BDD4C58841ECC06943522630781EC71767DF5504F0B6B3C4674DEE0D46
    Thanks,
    Vishnu

    Hi all,
    Thanks a lot for the reply.
    Here, my requirement is to open the content as a file.
    I have used 'GUI_UPLOAD' FM to upload the contents & need the same file(PDF, JPG, DOC etc) to be displayed using the content.
    Eg., If i upload an Image using the FM 'GUI_UPLOAD', based on the contents & extention can i see an image?
    Please help me in the regard,
    Thanks,
    Vishnu

  • Fastest way to import the data for big tables

    Hi friends,
    I have recently joined a billing product set up team for TELECOM giant.As part of the setup process /initial testing we need to put huge data (nearly 1.5 billion records/~200 GB size of data) in some tables. Currently i am using impdp for importing .It takes a lot of time (nearly >9 hours for loading this data).
    I have tried the below ways to import the data(All these tables are partitioned):
    1. Normal impdp (single thread i.e. parallel=1): This one takes a lot of time (>24 hours).
    2. Normal impdp but partition-wise .This one is completed in relatively less amout of time compared to the 1st method.
    3. Drop drop the indexes ,do inset append from another schema in same instance which has the data and then recreate the indexes ( total process takes ~9 hours)
    My questions to all:
    1.Is there any other way/trick in the book which I can try to put the data in less amount of time
    2.What i have observed that even if I give parallel=8 or any number ,sometimes parallel workers are spawned and sometimes not. Can someone educate me why ?
    3.How can i come to know (before running the impdp ) that my parallel clause is going to spawn the parallel workers or not. I have searched on this subject but no success as to how I will come to know this.
    I dont know what strategy to follow ,because this is a involved and repetitive task for me. Due to the above task I am not able to concentrate on other DBA tasks due to this which come to me.
    Cheers,
    Kunwar

    assuming you have a table with 3 indexes, then create a script for each index (reblace index_name_n with your index name) and start them at the same time, after the import of the table is completed
    DUMPFILE=<DUMPFILE> or NETWORK_LINK=<DBLINK>
    DIRECTORY=DATA_PUMP_DIR
    LOGFILE=<IMP_INDEX_NAME_n>
    CONTENT=ALL
    PARALLEL=1
    JOB_NAME=IMP_<INDEX_NAME_n>
    INCLUDE=TABLE_EXPORT/TABLE/INDEX:"IN('<INDEX_NAME_n>')"
    TABLES=<SCHEMA>.<TABLE>change following settings during import:
    increase pga_aggregate_target
    increase db_writer_processes
    db_block_checking=false
    db_block_checksum=false
    set undo and temp ts to autoextend
    set noarchivelogmode
    create 4GB redo logs
    hth

  • SCCM Application & Package deployment-Using the Required option to speed up the deployment process

    Current Environment-Window server 2012, SCCM 2012
    Question:
    Is there a way to speed up the process for the application or package to get downloaded to the SCCM Cache folder on the computer using the Required option. The reason is that when ever i use the required option and use the time as UTC or client local time
    with As soon as Possible, the time for the package to download and install by itself would take atleast an hour.When i use the Available option and go to configuration manager and click on the machine & user retrieval policy, the application or package
    appears on the system center within seconds, but it dosent happen the same when i use the Required option. The polling schedule is currently set to 5 minutes.Is there any settings or time interval which needs to be changed or i am missing out to speed up the
    current Required option process.

    Content is not ever downloaded by the client for available deployments until you actually initiate the deployment so not sure what you are expecting.
    I think you are confusing some of the basic concepts here also. When Torsten and I say download, it means the download of the content associated with the package/application once the deployment starts. However, a client learns of new deployments (and things
    about those deployments like if they are required or not) by retrieving the policy -- this is not the "download". Policy retrieval happens on the cycle specified in the client settings and is by default every 60 minutes although this can be force in a few
    different ways including initiating a machine policy retrieval and eval cycle o the client. As Torsten also said, there's no difference between the policy retrieval for required or available deployments -- there's no way for these to be.
    Also, why would you use UTC?
    Jason | http://blog.configmgrftw.com

  • How to use the chart option in bex analyzer

    Hi Expert
    i want to know how to use the Chart in Bex Analyzer.
    Next week i hve End user Training. my user wanthow to use the chart option in Analyzer.
    plz let me know how to use chart & any Document on that plz reply me.
    Reagards
    siva
    Edited by: patel siva on Sep 16, 2008 4:34 PM

    Check here:
    https://reporting.uky.edu/BWBExContextMenu.pdf
    http://help.sap.com/saphelp_nw70/helpdata/EN/8b/4ffd9b07474279b3bbee75a60db41f/content.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/5b/30d43b0527a17be10000000a114084/frameset.htm
    Thanks..
    Shambhu

  • Is there a way to use the common J-K-L keystrokes to play forward and backward in iMovie '11?

    Is there a way to use the common J-K-L keystrokes to play forward and backward in iMovie '11? Most editing apps--like Final Cut Pro, QuickTime Pro, Avid, etc.--use this convention. I find not having it slows editing down considerably?  I don't see it listed in keyboard shortcuts; is there any way to add it?  Thanks!

    I don't think so. If you click iMovie/Help, you will see a list of all keyboard shortcuts.
    Here they are.
    Get information
    Open iMovie Help
    Command-Shift-Question Mark (?)
    Open the Project Properties window
    Command-J
    Open the Project Theme window
    Command-Shift-J
    Show playhead info
    Shows date, time, and keywords for video frames above the playhead.
    Command-Y
    Import and export
    Import from camera
    Command-I
    Export movie
    Command-E
    Play video
    Play video beginning from the frame beneath the pointer
    Space bar
    Play 1 second of video total—0.5 seconds before the pointer and 0.5 seconds after
    Plays only 0.5 seconds of video from the beginning of the selection or to the end of the selection if the pointer is resting within the selection border.
    Left Bracket ([)
    Play three seconds of video total—1.5 seconds before the pointer and 1.5 seconds after
    Plays only 1.5 seconds of video from the beginning of the selection or to the end of the selection if the pointer is resting within the selection border.
    Right Bracket (])
    Play selection
    Slash (/)
    Play selected event or project from the beginning
    Backslash (\)
    In the Event browser, speed up playback from 1x to 2x to 4x by pressing the key one time or two times, respectively
    Right Arrow key
    In the Event browser, slow down playback from 4x to 2x to 1x by pressing the key one time or two times, respectively
    This action works only if you’ve already sped up the playback.
    Left Arrow key
    When playing Event video, jump forward 3 seconds (6 seconds when playing at 2x speed or 12 seconds when playing at 4x speed)
    Shift-Down Arrow key
    When playing Event video, jump back 3 seconds (6 seconds when playing at 2x speed or 12 seconds when playing at 4x speed)
    Shift-Up Arrow key
    When playing Event video, jump forward to the next clip
    Down Arrow key
    When playing Event video, jump to the beginning of the current clip, or jump to the previous clip if the playhead is near the beginning of the current clip
    Up Arrow key
    Play the selected Event or project full screen
    Command-G
    Exit full-screen mode
    Escape (Esc) key
    Move the playhead by one frame
    Left Arrow key or Right Arrow key
    Freeze the playhead
    Hold down Control key
    When skimming, keep the cursor in the middle of the row
    Option-Shift
    Manage projects and events
    Create new project
    Command-N
    Move to Trash
    Moves the selected project (in the Project Library), Event (in the Event Library), or Event clip (in the Event browser) to the Trash. If only part of an Event clip is selected, the entire clip is moved to the Trash.
    Command-Delete key
    Open iMovie preferences
    Command-Comma (,)
    Page setup
    Command-Shift-P
    Print selected Event or project filmstrips
    Command-P
    Select and edit video
    Select an entire project or Event clip when a partial clip is selected, or select all project or Event clips when an entire clip is selected
    Command-A
    Select to playhead
    Expands or contracts the selection from the nearest selection border to the playhead.
    Shift-A
    Deselect all clips
    Command-Shift-A
    Add selected frames to project
    E
    Split a clip on both ends of a selection (longer than five frames), or at the playhead position if nothing is selected
    Command-Shift-S
    Cut selected frames
    Command-X
    Copy selected frames
    Command-C
    Paste selected frames
    Command-V
    Paste all adjustments
    Command-Shift-V
    Paste video adjustments
    Command-Option-I
    Paste audio adjustments
    Command-Option-A
    Paste crop adjustments
    Command-Option-R
    Paste cutaway, green-screen, or picture-in-picture adjustments
    Pastes adjustments, depending on which type of video is selected.
    Command-Option-U
    Paste video effect

  • Is there a way to use the Picture viewer app with linked folders?

    I have a fairly extensive photo collection (literally in the tens of thousands we have taken over the years, and growing) on my PC that I have access to through BB link/file manager...one picture at a time...with no thumbnails...
    Is there any possible way to use the BlackBerry picture app with BlackBerry link folders?  All I want is to be able to hook up my Z30 via HDMI to the big screen and have the option for a slideshow from the archive on my PC without having to blindly stab at individual files and folders, and without having to copy whole folders of dozens or hundreds of photos to my phone.
    Thanks in advance!

    http://www.mebeam.com/
    Create a Chatroom.
    Adjust your Settings (Allow Flash to control your camera)
    Invite Buddies.
    7:55 PM Wednesday; February 20, 2008

  • How to transfer photo's from LR to Blurb without using the Book option in LR?

    Without using the Book option in LR can one transfer photo's to Blurb?

    There is no way like with Aperture where you can drag your photo from Aperture to Blurb?

  • How to Delete the Content of a Table?

    Hi,
    Please, i need to modify the content of a table, but before i want to delete this content. See follow the code that is used actually:
    DELETE (pr_name_table).
    MODIFY (pr_name_table) FROM TABLE prt_table.
    MESSAGE s000(zbrx) WITH text-i02 pr_name_table.
    The ABAP Editor don't accept the expression "DELETE (pr_name_table).".
    How to delete this content???
    Best Regards,
    Daniel Sanchez

    Hi,
    Thanks for helps! The problem been resolved with this solution:
    >> Call of Call:
    IF sy-subrc IS INITIAL.
          PERFORM z_upload_table TABLES t_zpf0012 t_bkp_zpf0012
                                    USING  c_zpf0012.
    ENDIF.
    >> In the Form: (after processing of Form)
    FORM z_upload_table TABLES prt_table prt_table2
                           USING  pr_nome_table.
      IF sy-subrc <> 0.
        MESSAGE i000(zbrx) WITH text-i03 l_file.
      ELSE.
        DELETE (pr_name_table) FROM TABLE prt_table2.
        MODIFY (pr_name_table) FROM TABLE prt_table.
      ENDIF.
    Best Regards,
    Daniel Sanchez

  • I have FF and win7. Fonts turn to weird characters at more then 75% zoom when the checkbox "allow webpages to choose their own fonts" in the contents option advanced is checked, when forced to calibri this behaviour doesnt occur An aexample of that is

    I have FF and win7. Fonts turn to weird characters at more then 75% zoom when the checkbox "allow webpages to choose their own fonts" in the contents option > advanced is checked, when forced to calibri this behaviour doesnt occur
    An aexample of that is the product title on the product of this website:
    https://www.xstreetsl.com/modules.php?name=Marketplace&file=item&ItemID=2424553
    While switching to double check this I just saw that this also happens in this very window in wich i am typing my question now. If i copy and paste this text to for example notepad or anything else, it shows up like normal text.
    == This happened ==
    Every time Firefox opened
    == i installed firefox on win 7

    This issue can be caused by the bitmap version of the Helvetica or Geneva font or another (bitmap) font that can't be displayed by Firefox in that font size.
    Firefox can't display that font in the specified size and displays gibberish instead.
    You can test that by zooming out (View > Zoom > Zoom Out, Ctrl -) to make the text smaller.
    Uninstall (remove) all variants of that not working font to make Firefox use another font or find a True type version of that font that doesn't have the problem.

  • Is there a way to bind the content of a ListProperty?

    Hi,
    Is there an existing way to bind the content of a ListProperty?  Consider the following:
    private final ListProperty<Worker<?>> workers = new SimpleListProperty<>(FXCollections.observableArrayList());
        public ListProperty<Worker<?>> workersProperty() {return workers;}
        public ObservableList<Worker<?>> getWorkers() {return workers.get();}
        public void setWorkers(ObservableList<Worker<?>> workers) {this.workers.set(workers);}
        private final ObservableList<Worker<?>> stateWatchedWorkers = FXCollections.observableArrayList(
                new Callback<Worker<?>, Observable[]>() {
                    @Override
                    public Observable[] call(final Worker<?> param) {
                        return new Observable[]{
                                param.stateProperty()
    What I want to do is bind the content of the stateWatchedWorkers list to workers.  If the entire workers list is replaced, I want stateWatchedWorkers to be updated to match the content of the new list.  Put another way, I want the stateWatchedWorkers list to be mapped to the current list being held by the workers property.

    James_D answered this on StackOverflow.  Using Bindings.bindContent(target, listProperty) is all that's needed.  It "just works".  Here's a code example to show how it works:
    import javafx.beans.Observable;
    import javafx.beans.binding.Bindings;
    import javafx.beans.property.*;
    import javafx.collections.FXCollections;
    import javafx.collections.ListChangeListener;
    import javafx.collections.ObservableList;
    import javafx.util.Callback;
    public class ListPropertyContentBinding {
    /* This is a quick test to see how ListProperty notifies about list changes
    * when the entire list is swapped.
    * Conclusion: When the backing list is changed, ListProperty will perform
    * notification indicating that all items from the original list were
    * removed and that all items from the updated (new) list were added.
    ObservableList<Person> oldPeople = FXCollections.observableArrayList();
    ObservableList<Person> newPeople = FXCollections.observableArrayList();
    // A list property that is used to hold and swap the lists.
    ListProperty<Person> people = new SimpleListProperty<>(oldPeople);
    // A list that includes an extractor.  This list will be bound to people and
    // is expected to additionally notify whenever the name of a person in the
    // list changes.
    ObservableList<Person> nameWatchedPeople = FXCollections.observableArrayList(
            new Callback<Person, Observable[]>() {
                @Override
                public Observable[] call(final Person person) {
                    return new Observable[]{
                            person.name
    public ListPropertyContentBinding() {
        Bindings.bindContent(nameWatchedPeople, people);
        nameWatchedPeople.addListener((ListChangeListener<Person>) change -> {
            while (change.next()) {
                System.out.println("    " + change.toString());
        Person john = new Person("john");
        System.out.println("Adding john to oldPeople. Expect 1 change.");
        oldPeople.add(john);
        System.out.println("Changing john's name to joe. Expect 1 change.");
        john.name.set("joe");
        Person jane = new Person("jane");
        System.out.println("Adding jane to newPeople. Expect 0 changes.");
        newPeople.add(jane);
        System.out.println("Updating people to newPeople. Expect ? changes.");
        people.set(newPeople);
        Person jacob = new Person("jacob");
        System.out.println("Adding jacob to oldPeople. Expect 0 changes.");
        oldPeople.add(jacob);
        System.out.println("Adding jacob to newPeople. Expect 1 change.");
        newPeople.add(jacob);
        System.out.println("Changing jacob's name to jack. Expect 1 change.");
        jacob.name.set("jack");
        System.out.println("Updating people to oldPeople. Expect ? changes.");
        System.out.println(" oldPeople: " + oldPeople.toString());
        System.out.println(" newPeople : " + newPeople.toString());
        people.set(oldPeople);
    public static void main(String[] args) {
        new ListPropertyContentBinding();
    class Person {
        private final StringProperty name = new SimpleStringProperty();
        public Person(String name) {
            this.name.set(name);
        @Override
        public String toString() {
            return name.get();
    ...and the output from running the above.
    Adding john to oldPeople. Expect 1 change.
        { [john] added at 0 }
    Changing john's name to joe. Expect 1 change.
        { updated at range [0, 1) }
    Adding jane to newPeople. Expect 0 changes.
    Updating people to newPeople. Expect ? changes.
        { [joe] removed at 0 }
        { [jane] added at 0 }
    Adding jacob to oldPeople. Expect 0 changes.
    Adding jacob to newPeople. Expect 1 change.
        { [jacob] added at 1 }
    Changing jacob's name to jack. Expect 1 change.
        { updated at range [1, 2) }
    Updating people to oldPeople. Expect ? changes.
    oldPeople: [joe, jack]
    newPeople : [jane, jack]
        { [jane, jack] removed at 0 }
        { [joe, jack] added at 0 }

  • Using the paste options randomly misses out text, don't use it and use the 'Paste Special...' option instead (MS Outlook)

    Also there seems to be no obvious way to report Office bugs.  This is leaving little room for improvement.  Not sure if there has been any planning on this front???
    For example, [MS Outlook] using the paste options randomly misses out text, (don't use it and use the 'Paste Special...' option instead).  But how do I communicate this to the Office team without knowing at least one of the team personally (which I
    don't)???

    Hi,
    Do you have this issue when pasting in other programs?
    If you are pasting something into Outlook, some formats and images may get lost, especially when you choose the Paste Options as Keep Text Only.
    Once you have this issue again, please try with "Keep Source Formatting". This may keep the Sour Formatting and you may not get the text lost.
    If you have any feedback when using our products, I suggest you press Ctrl + Alt + 7 or Ctrl + Alt + 8 to submit it. Microsoft will always listen to users' voice and make the products better and easier to use.
    Regards,
    Melon Chen
    TechNet Community Support

Maybe you are looking for

  • Can't get Mail to work - I get the spinning wheel and Mail freezes.  I have to Force Quit it.  How do I fix this?

    Can't get Mail to work - I get the spinning wheel and Mail freezes.  I have to Force Quit Mail .  How do I fix this problem?

  • Why am I double charged for downloading premier elements 12?

    I downloaded from ADOBE last Thursday the version 12 of adobe premier elements and I am finding out this week that my card was charged twice for the same version of software....................Please help? this is not the ADOBE I know......is there s

  • DI.FM Radio player

    I just started out with Python about a two weeks ago and have come a long way. This is basically an online radio player, that makes it easy to switch between different radio stations. You aren't restricted to DI.FM streams, any should work fine, I ju

  • Computer shuts down when i unplug it!

    My MacBook Pro is only 7 months old and in the corner the battery says 95% available (plugged in, not charging) but when i unplug it, it shuts down on me. Do i need a new battery?

  • Changing data sources

    We have written an order/warehouse management system using ADF Business Components and UIX. For business reasons, after orders are shipped the data is moved to archive tables with the same table structure as the "active" tables. We need to allow user