topics in several lines in a table view - is this possible?

My needs is the ability to graphically to group columns and assign common positions, for example my Business Model r_gion measures for

'expenses actual city', 'forecasts city', "expenses actual city B", 'forecasts city B', ' report Actuals A / B ","city of actual spending C.

I want to show exactly these measures in the form of columns in my table, BUT there should be a common topic 'A city' for the first two columns and then "city B" during the third and fourth column.

is - it somehow possible? can I somehow combine my columns without using pivot ('City' as a dimension in the "columns" of the pivot section would be an option if I didn't have the last two columns, I think..?)

Did you read my post carefully? In Table view, you have the opportunity to present the position of the Table and ColumnHeadings. To do this, click on the view of the Table Properties button and click on the "Display Table and column headers" drop-down and select 'as of the separate lines."

Now do what I said above. So for actual expenditures and forecasts from City A, click the button properties of these two columns, select the checkbox "headings"Custom"in column Format tab edit and change the title of the Table" town. "for the column header, you must change it in the"real"and"Forecast", respectively."

Seen in a display table and you will have your multiline headers.

Tags: Business Intelligence

Similar Questions

  • Help to extract data Clob to a column in a table that has several lines in a table

    Help to extract data Clob to a column in a table that has several lines in a table

    It works for only the first line

    CREATE or REPLACE DIRECTORY XMLDIR AS ' / orabackups';

    Grant read, write on DIRECTORY XMLDIR to the public;

    () dbms_xslprocessor.clob2file

    beef in CLOB,

    XMLDIR IN VARCHAR2,

    "testfile2.txt" IN VARCHAR2);

    DECLARE

    buf CLOB.

    BEGIN

    SELECT H15_DOC

    IN buf

    OF H15TEST. H15_STAGE

    where rownum = 1;

    dbms_xslprocessor.clob2file (buf, 'XMLDIR', 'testfile2.txt');

    END;

    /

    -This error code

    CREATE or REPLACE DIRECTORY XMLDIR AS ' / orabackups';

    Grant read, write on DIRECTORY XMLDIR to the public;

    () dbms_xslprocessor.clob2file

    XData in CLOB,

    XMLDIR IN VARCHAR2,

    "testfile2.txt" IN VARCHAR2,

    CSID in NUMBER: = 0);

    DECLARE

    CURSOR xmlmycur IS SELECT H15_DOC

    OF H15TEST. H15_STAGE

    where rownum = 102140;

    l_clob CLOB.

    XData CLOB.

    BEGIN

    DBMS_LOB.CREATETEMPORARY (l_clob, true);

    DBMS_LOB.CREATETEMPORARY (xdata, true);

    OPEN xmlmycur.

    LOOP

    SEEK xmlmycur INTO xdata;

    dbms_xslprocessor.clob2file (xdata, 'XMLDIR', 'testfile2.txt');

    EXIT WHEN xmlmycur % notfound;

    END LOOP;

    CLOSE Xmlmycur;

    END;

    /

    ORA-21560: 3 argument is null, invalid or out of range

    ORA-06512: at "SYS." DBMS_LOB", line 991

    ORA-06512: at "XDB". DBMS_XSLPROCESSOR', line 324

    ORA-06512: at line 15 level

    FYI, it seems that the file being created will exceed 5 gig

    Yes, it is a known issue with DBMS_XSLPROCESSOR.clob2file with big files.

    Here is a slightly modified version of the code that I posted earlier, fixing WRITE_ERROR except:

    DECLARE

    v_file utl_file.file_type;

    -write a unique to clob

    procedure write_clob (p_content in clob) is

    v_buffer varchar2 (32767).

    V_POSITION pls_integer: = 1;

    v_amount pls_integer: = 32767;

    Start

    loop

    Start

    DBMS_LOB. Read (p_content, v_amount, v_position, v_buffer);

    exception

    When no_data_found then exit;

    end;

    UTL_FILE.put_raw (v_file, utl_raw.cast_to_raw (v_buffer), true);

    V_POSITION: = v_position + v_amount;

    end loop;

    end;

    BEGIN

    -Open the file

    v_file: = utl_file.fopen ('TEST_DIR', 'testfile2.txt', 'wb', 32767);

    -loops through the lines

    for r in)

    Select h15_doc

    of h15test.h15_stage

    )

    loop

    write_clob (r.h15_doc);

    end loop;

    UTL_FILE.fclose (v_file);

    END;

    /

  • How to use the checkbox to select several lines of af: table

    Hi all
    I want to use the checkbox to select several lines of af: table

    Kind regards
    Tom

    Hello

    look at this link
    http://Sameh-Nassar.blogspot.com/2009/12/use-checkbox-for-selecting-multiple.html

    Kind regards
    Felix

  • Topics in several places in the table of contents

    Hi all

    I was wondering if it is possible to insert a topic more than once in the Table of contents? This is probably a strange request, but the problem occurred because I imported a manual written in Word, but the part of it contains information already in the RoboHelp project. I was wondering if I could erase the information duplicated in favor of a link to what was already there?

    Thanks in advance for your suggestions.

    See you soon,.

    darkagn

    Stone of right: the table of contents will be get synchronized with the trial (up and down) that he meets. However, you can use redirect pages to work around this problem.

    1 create a new topic (and name it target_topic_name_redirect.htm as a visual cue for yourself). The title is the same in the topic title target (which is the name that will appear in the table of contents).

    2 remove all text in the topic in WYSIWYG mode (leaving a blank page).

    3 al ' TrueCode, add this line to the other META tags (in any place).

    4 drag and drop the redirection page to where you want the TOC.

    Note: A value of 0 (zero) is the duration time (none) and this topic will be displayed before the redirection to the topic target. If you prefer to make this available to the viewer redirection, you can increase it to, say, 8 or 10 and provide a text like "pick up this section of the"Configuration"section. Please wait a moment. »

    Good luck
    Leon

  • updated several lines in a table table anthor

    I need to transfer all coloumn table full_name 'name_f' in coloumn full_name lines in the table "new_osama".


    Update new_osama t
    Define full_name = (select full_name of name_f u
    where u.EMP_CODE = t.emp_code
    and t.full_name is null)

    It back
    ERROR on line 2:
    ORA-01427: einreihig subquery returns multiple rows
    update new_osama t
    set full_name=(select full_name from name_f u
    where u.EMP_CODE=t.emp_code
    and t.full_name is null and rownum = 1)
    

    Table of"name_f" have repeat lines for some 'emp_code '.

    select count(emp_code) from name_f;
    /
    select count(distinct emp_code) from name_f;
    /
    
  • Apex 4 Add several lines in a table

    Hello

    I use Apex 4.0 and I'm trying to view multiple empty lines in tabular form, when a page loads.

    Instead of having the click of the button 'Add Row' user, I want to display a few blank on the page if the table contains data or not.

    Examples or ideas on how to do that?

    Marsha

    Put this in the "run when the Page loads"
    ::AddRow();
    ::AddRow();
    ...
    (the number of lines that you want to add).

  • Divide the data into several lines in the table

    Hello

    I use apex of Oracle 10 g 3.2.

    I have a requirement like this.

    I have a table like TableA

    Col1 Col2
    90 1
    91 1:2:3
    92 3

    I want the data as

    Col1 Col2
    90 1
    91 1
    91 2
    91 3
    92 3

    How to do this?

    Thank you

    Published by: user13305573 on August 3, 2010 20:16
    with
       your_data as
    (
       select 90 as col1, '1'  as col2      from dual union all
       select 91, '1:2:3'   from dual union all
       select 92, '3'       from dual
    )
    select
       y.col1,
       regexp_substr(y.col2, '[^:]+', 1, t1.column_value) as col2
    from
       your_data y,
     13     table(cast(multiset(select level from dual connect by  level <= length (regexp_replace(y.col2, '[^:]+'))  + 1) as sys.OdciNumberList)) t1
     14  /
    
                  COL1 COL2
    ------------------ -----
                    90 1
                    91 1
                    91 2
                    91 3
                    92 3
    
    5 rows selected.
    
    Elapsed: 00:00:00.05
    ME_XE?select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE     10.2.0.1.0     Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    
    5 rows selected.
    
    Elapsed: 00:00:00.03
    ME_XE?
    
  • [OBIEE 11 g] Create customized to group columns in a table view column header

    Hello world

    I got a requirement to group certain columns in the table view with a custom column header name (for example to create a two-level header).

    The layout I have now:

    [Jan]     [February]     [Mar]     [Apr]     [May]     [June]     [Jul]     [August]     [Total sales]

    -----------------------------------------------------------------------------------------------------------------------

    1          2          3            4          5           6           7          8           36

    The layout I want to achieve:

    [                  Q1                    ] [                   Q2                   ]    

    [Jan]     [February]     [Mar]     [Apr]     [May]     [June]     [Jul]     [August]     [Total sales]

    -----------------------------------------------------------------------------------------------------------------------

    1          2          3            4          5           6           7          8           36

    I use Table View, is it possible to get the above provision? Any comments appreciated. Thank you.

    See you soon,.

    Kayip

    Hello

    It is a simple parameter, it is unpacking already...

    The property "of the topic folder" of your columns allows you to enter the required text.

    PS: Do you really have columns in your field with the name of the month? Is it not something better managed with a hierarchy of real time and using a pivot to display the month columns? In this case the grouping of quarters is already there...

  • Selection of several lines

    OK, I have three tables, two tables are one and one is one to many. From one to the other tables have all the data in a row and one of many data available in several lines. The table several (named county_notes) has notes on specific counties. Other tables (named county_bio and county_stats) have different information about each County. The three tables are connected by a code.

    What I want to be able to list notes on each county and County information in the same report.

    For example:

    Record1
    County: Craven
    Phone: (252)123-4567
    Notes:
    Judy is nice
    John is average

    The tables would be like this:

    county_bio
    County_name ID
    1 craven


    county_stats
    ID county_phone
    1 (252) 123-4567

    county_notes
    Notes ID
    1 Judy is nice
    1 John is average


    Of course the tables above are just examples, but you get the idea of how the tables are arranged to the top. The problem is that I can join the table of county_notes to one of the two using tables, it's bad. Problem 2, Coldfusion separates each note in another record. So I find myself with record "craven" showing twice (once with the note about judy) and once with the note about john.

    Here's the SQL code that connects county_bio and county_notes:
    SELECT *.
    OF county_bio
    County_notes LEFT JOIN
    ON county_bio.ID = county_notes.county_ID

    First of all how all three tables connected? And on the other hand how ColdFusion to print each note about the County in a record?

    Thanks for any help! I have worked on this for a few days and am running out of ideas.

    wbnc1902 wrote:
    > First of all how all three tables connected?

    something like this:

    SELECT *.
    OF (county_bio INNER JOIN county_stats ON cb.ID = cs.ID cs cb)
    LEFT JOIN county_notes ON cb.ID = cn.county_ID cn

    NOTE: it is not the best practice use SELECT *. Instead, you should
    List the actual columns that you have selected.

    > And on the other, how do
    > ColdFusion to print each note about the County in a record?

    Search for the tag CFOUTPUT GROUP attribute in the docs

    HTH

    ---
    Azadi Saryev
    SABAI - Dee.com
    http://www.SABAI-Dee.com

  • View the information from the related table instead of the ID in several line datablock

    Hello

    I searched on the web, the forum and the documentation, but I have not found a solution to this problem:

    I have two tabs with a relationship of the master / detail of one-to-many. Block detail data shows several lines such that it can be several associations table of mater in the details and I want to display the description of the master data block instead of the field with the ID for each line in the block of retail.

    I tried to place an item with the option 'copy value', but then I lose the relationship of master / detail, because that is what forms wih the field id for linking blocks.

    Also, I've seen in other posts that I can use a view, but I can't understand how would I update or remove data then.

    The only thing that I realized is to the description field in its own datablock in the same tab, a relationship master / detail-detail (or master-detail-master). BTW, I don't think it's beautiful "formulas"programming"and it does too much for my needs."

    I guess it must be a trivial thing, but I don't know what to try next. Thanks in advance!

    Published by: user10278211 on Sep 17, 2008 20:13

    AAH, I think now I got your management!

    You have 1 Deptno and dname "XYZ" in the master and you want to display:

    EmpNo Ename DName
    1     User1 XYZ
    2     User2 XYZ
    

    -What?

    If so:

    1 create a new element in the retail block, let's call it DSP_DNAME, set database property to point to 'no '.
    2. create a POST-QUERY-Trigger on detail-block with the code: DETAILBLOCKNAME. DSP_DNAME: =: MASTERBLOCKNAME. DNAME;
    3. create WHEN-CREATE-RECORD-Trigger with the same code.

    That's all

  • A question about the count of several lines of table in a PL/SQL block

    Hi all




    I have a problem on counting the rows from several tables in a PL/SQL block, and I would be grateful if you could kindly give me a helping hand. Here's my problem: file in Microsoft Excel (one column) I have a list of several names of tables. For each table, when the number of rows is equal to 10000 I have to call a procedure. Here's how I tried to do:
    DECLARE
         CURSOR tb_cursor IS
              WITH my_table_names AS
                   (
                        SELECT  'table1'  AS tbname  FROM  DUAL  UNION
                        SELECT  'table2'  AS tbname  FROM  DUAL  UNION
                        SELECT  'table3'  AS tbname  FROM  DUAL  UNION
                        SELECT  'table4'  AS tbname  FROM  DUAL  UNION
                        .
                        .  Here I continue writing one line for each table in order
                        .  to have the table names stored in my Excel file as a table 
                           to be queried by SELECT statement
                        .
                   )
              SELECT *
              FROM my_table_names;
    BEGIN
         -- Here I verify that for each table having more than 10000 lines
         -- I call the specified procedure which is needed
         
         FOR I IN tb_cursor LOOP
              DECLARE
                   -- Here I declare a cursor for counting the number of rows
                   CURSOR currentTableRowCounter IS
                        SELECT COUNT(*) AS rowsNum
                        FROM I.tbname;
                        
                   numberOfRows currentTableRowCounter%ROWTYPE;
              BEGIN
                   OPEN currentTableRowCounter;
                   FETCH numberOfRows INTO numberOfRows;
                   CLOSE currentTableRowCounter;
                   
                   IF (numberOfRows.rowsNum > 10000) THEN
                        -- And here I will call the procedure which has to be run
                   END IF;
              END;
         END LOOP;
    END;
    /
    I already checked this code with tables inividual and it works. The only problem is
    . . .
    SELECT COUNT(*) AS rowsNum
    FROM I.tbname;
    . . .
    Indeed, oracle considers "I.tbname" as an unknown table name (although he refers to by its exact name).
    SQL> @script.sql
    
                                    FROM I.tbname;
                                           *
    ERROR at line 99:
    ORA-06550: line 99, column 12:
    PL/SQL: ORA-00942: table or view does not exist
    How can I solve this problem? I mean, how to use a variable (in my example, I.tbname) as the table name in the FROM clause to query a table instead of explicitly write the name of the table?





    Thanks in advance,
    Dariyoosh

    Replace the following code:

              DECLARE
                   -- Here I declare a cursor for counting the number of rows
                   CURSOR currentTableRowCounter IS
                        SELECT COUNT(*) AS rowsNum
                        FROM I.tbname;
    
                   numberOfRows currentTableRowCounter%ROWTYPE;
              BEGIN
                   OPEN currentTableRowCounter;
                   FETCH numberOfRows INTO numberOfRows;
                   CLOSE currentTableRowCounter;
    
                   IF (numberOfRows.rowsNum > 10000) THEN
                        -- And here I will call the procedure which has to be run
                   END IF;
              END;
    

    By the following:

    Declare
      numberOfRows number;
    begin
      EXECUTE IMMEDIATE 'select count(*) from '||I.tbname into numberOfRows;
    
      IF (numberOfRows.rowsNum > 10000) THEN
        -- And here I will call the procedure which has to be run
      END IF;
    end;
    

    Max
    [My Italian blog Oracle | http://oracleitalia.wordpress.com/2010/01/10/crittografia-in-plsql-utilizzando-dbms_crypto/]

    Published by: Massimo Ruocchio, January 12, 2010 15:25
    Added Variable Declaration

  • Line display only 1 in a table view

    Pls... is there a way to display only 1 row in a table view (OBIEE 11 g)?

    (I know it's possible in the narrative view...)

    TXS

    A.L.

    Try with pagination option in a table view. You can display a single default line.

    Thank you

    Prasanna

  • Looking for a Script add lines in several places in a Table

    Hi all!

    I'm new to InDesign Scripting and I was hunting around trying to find something that would possibly work, and I can't quite find it. I hope someone can help!

    I have a book that has tons of tables in it. They are all from the same table. 2 columns on 10 lines. Here's my dilemma:

    My client wants to add new lines to these tables, specifically:

    • A new line at the beginning of the table
    • A line after the already established 3rd row
    • 3Rows after the already established 9 line

    Is it still possible with a script?

    (I talk about "established" line, because I do not know if once the script adds the first rank at the top of the screen if this then that the numbers from the rest of the lines - and so on, as others are added.)

    Any help would be appreciated.

    Hello

    What is a book for you? A single document or a real Indesign-book-file with multiple documents?

    A single document:

    var curDoc = app.activeDocument;

    var allTables = curDoc.stories.everyItem ().tables.everyItem () .getElements ();

    for (var t = 0; t)< alltables.length;="" t++="" )="">

    var curTable = allTables [t];

    var allRows = curTable.rows;

    curTable.rows.add (LocationOptions.AFTER, allRows [8]);

    curTable.rows.add (LocationOptions.AFTER, allRows [8]);

    curTable.rows.add (LocationOptions.AFTER, allRows [8]);

    curTable.rows.add (LocationOptions.AFTER, allRows [2]);

    curTable.rows.add (LocationOptions.AT_BEGINNING);

    }

    Several documents in a book file:

    This assumes that the file only one book is open!

    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;

    var curBook = app.books [0];

    var allDocuments = curBook.bookContents;

    for (var n = 0; n)< alldocuments.length;="" n++="" )="">

    var curDoc = app.open (file (.fullName allDocuments [n]));

    var allTables = curDoc.stories.everyItem ().tables.everyItem () .getElements ();

    for (var t = 0; t)< alltables.length;="" t++="" )="">

    var curTable = allTables [t];

    var allRows = curTable.rows;

    curTable.rows.add (LocationOptions.AFTER, allRows [8]);

    curTable.rows.add (LocationOptions.AFTER, allRows [8]);

    curTable.rows.add (LocationOptions.AFTER, allRows [8]);

    curTable.rows.add (LocationOptions.AFTER, allRows [2]);

    curTable.rows.add (LocationOptions.AT_BEGINNING);

    }

    Optional

    curDoc.save ();

    curDoc.close ();

    }

    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;

  • Several lines to a format of columns from two tables

    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production

    The difficulty to return several lines simple lines/columns in two tables.

    Table 1:

    ID BOOK_NBR
    1 1001
    1 2001
    2 1010
    3 1020

    Table 2:

    AUTHOR BOOK_NBR
    1001 JOHN_1
    2001 JOHN_2
    MARY 1010
    1020 JUNE


    Desired output:

    ID BOOK_NBR AUTHOR BOOK_NBR AUTHOR
    1 1001 JOHN_1 2001 JOHN_2
    2 MARY 1010
    3-1020 JUNE


    There are an unknown number of BOOK_NBR to one ID.

    Any guidance would be appreciated.
  • performance-sql for table with several lines

    I have a database table that contains information that allows me to determine certain information processing to the breast of a proxy service. I want to be able to get (multiple lines) data from this table.

    When I use execute sql it returns only a single row where more than one are expected.

    Anyone aware of several rows of a table within the OSB?

    Thank you

    Hello
    give something like this in the expression editor...
    {} - run sql('DataSource','Record','select * from...')

    The reason for which you receive only one record is that the return type of this function would be a bunch of files, it would be like... .... ...
    But this return value is not consistent with an XML document because... you will notice that there is no element root for the records...

    For more to come this., wrap the function with any xml tag that acts as a root... in this case...

    Kind regards
    Manoj Nair...

Maybe you are looking for

  • No service since update to 9.3.1

    Since upgrade to 9.3.1 on my iPad it shows no service but the wifi doesn't work.  I restarted twice.  Any suggestions?  Thank you!

  • Problems installing update KB943899

    I installed my Windows Vista Home Premium and it asked me to download and install updates, when he has completed the installation of the 82 updates I restarted my computer and it throws the following error STOP: 0X0000007B(0X81E03BA0,0XC0000034,0X000

  • That's what I get as my CR - ROM status and I can'r read CDs or DVDs again... Can someone help me please?

    No available driveDescription CD-ROM driveLoaded media no.UNKNOWN media typeName of the Oxtiazc (D ^ D (R_ ID - 7 = 68 a (ATA Device)Manufacturer (Standard CD-ROM drives)State errorTransfer rates 307.13 KB/secSCSI target ID is not availableIDE\CDROMO

  • 5524 - jumbo Frames - entire unit or only to certain ports / vlan

    Hello is - anyone idea, if possible to use frames only for ports specific it s? After enable JumboFrames, it will create a problem of common computers network traffic? I intended to create a VIRTUAL LAN to connect to the storage and r.620 (under XenS

  • Windows 7 will be installed on Linux 14.04

    After with "gparted" to put all the partitions to NTFS and then by removing all three partitions, I get the "grub rescue >" message, the error is 'no such partition  The hard disk must be formatted with a low-level format?  If so, how that would acco