How to access the settings from inside, one for each group?

Hi all
BI Publisher, Windows 10.1.3.21
BI Oublisher 10.1.3.21 Office
MS Word 2007
<?xml version="1.0" encoding="UTF-8"?>
<DOCUMENT>
    <DATE>19-MAR-09</DATE>
    <USER_NAME>DEV</USER_NAME>
    <APP_ID>122</APP_ID>
    <APP_NAME>APEX - Application Builder</APP_NAME>
    <TITLE>FORECAST</TITLE>
    <P23_DATE>08-02-2009</P23_DATE>
    <P23_PROPERTY>ACME</P23_PROPERTY>
    <P23_DATE1>09-02-2009</P23_DATE1>
    <P23_DATE2>10-02-2009</P23_DATE2>
    <P23_DATE3>11-02-2009</P23_DATE3>
    <P23_DATE4>12-02-2009</P23_DATE4>
    <P23_DATE5>13-02-2009</P23_DATE5>
    <P23_DATE6>14-02-2009</P23_DATE6>
    <P23_DATE7>15-02-2009</P23_DATE7>
    <REGION ID="0">
        <ROWSET>
            <ROW>
                <OUTLET>SHOP_1</OUTLET>
                <TOTAL_ROOMS>12</TOTAL_ROOMS>
                <RM_TYPE>SPA</RM_TYPE>
                <D1>0</D1>
                <D2>0</D2>
                <D3>0</D3>
                <D4>0</D4>
                <D5>0</D5>
                <D6>0</D6>
                <D7>0</D7>
            </ROW>

    </REGION>
</DOCUMENT>
I'm trying to replace the D1, D2,... with P23_DATE1, P23_DATE2... without success.
Had a consolidation on hold.
Can access the settings, if it is outside the grouping. Looks like one out of the problem of the scope.
Not found similar conditions in the model BI demo and samples.
Appreciate any help.

Thanks in advance
Zack

Hello

use inside your loop to reference your settings.

concerning
Rainer

Tags: Business Intelligence

Similar Questions

  • How to find the value max and min for each column in a table 2d?

    How to find the value max and min for each column in a table 2d?

    For example, in the table max/min for the first three columns would be 45/23, 14/10, 80/67.

    Thank you

    Chuck,

    With color on your bars, you should have enough experience to understand this.

    You're a loop in the table already.  Now you just need a function like table Max and min. loop.  And you may need to transpose the table 2D.

  • How to access the files from google docs?

    Hello

    can someone tell me how to access the mp3 files saved on google docs.

    as I am able to recover google docs docs files.

               connection = (HttpConnection) Connector.open("http://docs.google.com/feeds/documents/private/full/-/document");
                connection.setRequestMethod(HttpConnection.GET);
                connection.setRequestProperty("Authorization", auth);
                connection.setRequestProperty("Content-type","application/atom+xml");
    

    but the mp3 files do not appear in the xml only doc files are listed?

    any idea how to get mp3 files?

    Thankx

    @Sannyo: agree with you.

    I also saw that. This is only the docs.

    ------------------------------------------------------------------------------------
    Kudo press to say thank you to the developer.
    Also, press accept it as a button when you got the Solution.

  • How to transfer the settings from outlook?

    My laptop crashed this weekend then went a bought a new one with vista. I managed to make copies of my outlook settings and go back to a server, but do not know how to transfer them to the new laptop

    Hey man

    You should be able to restore your settings and rules with the wizard settings 'save' provided by MS Office.
    As far as the Mall itself goes, you must specify a new source for your data files in outlook, there are plenty of guides on the web if google just for "Transfer Pst files in outlook Vista" and I am sure that you will arrive right ;)

  • How to access the files from dropbox

    CCan help someone, how can I access my files from the drop-down box and drop it in Adobe sketch?

    It is a very good software but a pain if I can't access my files on dropbox's work.

    Thank you

    Hi Kamal,

    At the present time, it is possible to pull the files of the creative Cloud Files, your Clipboard to device or pictures folder. I don't know what the plan is to add additional options to import.

    Sue.

  • How to access the settings of the BIOS on Qosmio X 70 - A

    Toshiba can tell me how I can get all the bios settings. its my laptop and I want to controll settigs all. (must be the settigs fan)

    thx for these long threads

  • How to plan the backup archivelog in EM12c for a group

    I am aware that I can schedule a backup of archivelog to a single database, but it is recommended, or indeed only just backs up multiple databases is to consolidate upward under a group and then schedule a backup for that group.

    However, I think that Oracle can be left aside the backup archivelog to a group option. All that I can find a full or incremental backup option. Anyone know if it is possible to backup archivelog planned for a group?

    In addition, on a somewhat independent question;

    If I put in place a system of backup of 1st day of the month and incr full backup for the rest of the month and I have a retention time of 14 days, food will be possible after 15 days?

    You can schedule the backup archivelog as well as the full backup, there is a checkbox to do this, if it is enough for you. If you want to schedule a backup archivelog only you have the ability to create a multitasking job, with one step for each instance: Set rman environment and launch with the controls. That's the way I do my backups one after the other. But of course it is static, you must hardcode the instances in the work. There is no option to make backups only archivelog through em12c, at least not through the GUI.

    Regarding your backup problem:

    The recovery window tells rman to consider as possible, obsolete backups after 14 days. He still however will check that they are really obsolete. Your only full backup will become obsolete until you make a new. However, the incremental backup may become obsolete and deleted. RMAN was able to retrieve the instance with the full backup and the archivelogs, so the oldest incremental backup should be obsolete.

    You can ask rman which files are obsolete and explicitly specify the recovery window:

    RMAN > window recovery obsolete report 15 days;

    Concerning

    Thomas

  • How to reset the value of line number for each header

    Hi all

    I need to reset the line number for each header values.

    create table header_table (header_value varchar2 (100));

    create table line_table (header_value varchar2 (100), number line_number);

    insert into header_table values ('ALAOF');

    insert into header_table values ('ALAOO');

    insert into line_table values('ALAOF',1);

    insert into line_table values('ALAOF',2);

    insert into line_table values('ALAOF',3);

    insert into line_table values('ALAOF',4);

    insert into line_table values('ALAOF',5);

    insert into line_table values('ALAOO,6);

    insert into line_table values('ALAOFO,7);

    insert into line_table values('ALAOO',8);

    insert into line_table values('ALAOO',9);

    insert into line_table values('ALAOO',10);

    insert into line_table values('ALAOO',11);

    insert into line_table values('ALAOO',12);

    Commit;

    TABLE HEADER_:

    header value

    ALAOF

    TRECYBEL

    LINE TABLE:

    header value line_number

    ALAOF 1

    ALAOF 2

    ALAOF 3

    ALAOF 4

    ALAOF 5

    TRECYBEL 6

    TRECYBEL 7

    TRECYBEL 8

    TRECYBEL 9

    TRECYBEL 10

    TRECYBEL 11

    TRECYBEL 12

    But looks like I got out of line below table

    LINE TABLE:

    header value line_number

    ALAOF 1

    ALAOF 2

    ALAOF 3

    ALAOF 4

    ALAOF 5

    TRECYBEL 1 <-reset the beginning of line number with 1 with different header value

    TRECYBEL 2

    TRECYBEL 3

    TRECYBEL 4

    TRECYBEL 5

    TRECYBEL 6

    TRECYBEL 7

    Please help me on this.

    Thanks in advance.

    Hello

    It makes no sense to do it in PL/SQL when you can do it with SQL.

    SQL is generally more efficient than PLSQL.

    And can you explain why you don't want to use analytical functions?

    This will update your table using a MERGE statement and an analytic function:

    MERGE INTO line_table lt
    USING
    (
       SELECT ROWID rid, header_value, row_number() OVER(PARTITION BY header_value ORDER BY ROWNUM) rn
         FROM line_table
    ) src
    ON (src.rid=lt.ROWID)
    WHEN MATCHED THEN
       UPDATE SET lt.line_number = src.rn;
    

    The result is less to:

    HEADER_VAL LINE_NUMBER

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

    ALAOF 1

    ALAOF 2

    ALAOF 3

    ALAOF 4

    ALAOF 5

    TRECYBEL 1

    TRECYBEL 2

    TRECYBEL 3

    TRECYBEL 4

    TRECYBEL 5

    TRECYBEL 6

    TRECYBEL 7

    Kind regards.

    Al

  • How to call the popupscreen from inside menuitem

    I created a single screen. I added a menuitem.

    If this menuitem a popupscreen should be displayed with a click.

    but I'm IllegalThreadStateException. can anyone tell why its happening.

    I use following the line of code

    UiApplication.getUiApplication () .pushModalScreen (new FastTextScreen());

    inside the menuitem run() method.

    waiting for the answer

    Thanks for the reply.

    Oddly, now it works.

    in the sublayout method, I used setPosition(), setExtent() and layoutDelegate().

    Once again thank you.

  • How to access the variable from a code of movieclip

    I have variable a = 0 and I want a movieclip that is running to change to 2, what can I write in the code of movieclip?
    I tried parent.a = 2 but it's mistake.
    Thank you

    If the parent is the correct path to a, expressed as a movieclip and try again:

    MovieClip (parent) .to = 2;

  • How to install the settings previous previous vista for installation "custom vista.

    I need to know how to install previous on a different partition vista users custome 'install' on the current partition as the program files ect... example: I copied the program files of D:\ in space appropriate to C:\ but could not see them in program files when I hit the program in the start menu button.  In other words, I want all my custom files ect of the previous vista users.

    You can not copy programs; they must be reinstalled with original media.

    http://support.Microsoft.com/kb/928634

    Read the above about Windows Easy Transfer.

    See you soon.

    Mick Murphy - Microsoft partner

  • In Acrobat Reader MS how to stop the 'tools' pane to open for each document that I discover?

    It is such a pain in the *! Everytime I open a PDF document (even just to download a bill or a technical guide) I have to close this ridiculous Tools pane! How to you turn off the ToolPane permanently for all documents? There must be a setting in preferences (although I can't find it)? If it isn't please add one, Adobe!

    Hi DexterG,

    I'm sorry for the inconvenience caused.  Many of our customers have reported the same problem in Acrobat Reader ms and it's supposed to be fixed in the next update.

    As a work around you can use the read (Ctrl + H) mode option that displays only documents.

    Kind regards

    Nicos

  • !! How to access the hidden settings *.

    HI guys,.

    How to access the settings hidden,
    LATCH WAIT_POSTING

    LATCH SPIN_COUNT


    spin count

    Thank you
    Vijay

    The column NAME in V$ PARAMETER is of type VARCHAR2.

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e17110/dynviews_2087.htm

    Weapon of this knowledge, how would you rewrite your sql above statrement so that it runs without error?

    Srini

  • Cannot access the settings page for adobe flash player for installation

    Hi guys, I have a Samsung android Tablet and I used to use adobe flashplayer until a recent update a few days ago. After the upgrade, I found that I can not see the pages on preview versions https://settings.adobe.com/flashplayer/mobile/f books on Google books. Briefly been searching the net I found that I need Flash for this function.

    I manually downloaded flash player from the flash player Web page archives 11.1.  Even if flash player is now installed, everytime I try to open it, I am directed to a page online - https:// settings.adobe.com/flashplayer/mobile. This page is still empty.

    I would be grateful if someone could guide me on how to access the settings page

    Kind regards

    Roman.

    Changed using Flash Player as it is irrelevant to the beta.

    Adobe no longer manages the Flash Player for Android, and he received no security updates in ages.  We strongly recommend that uninstall you it.  In addition, there a lot of malicious software distributed as a player from sources who are not Adobe Flash.  To minimize your risk of malware, only install applications directly from Adobe or through Google.  The vast majority of Android malware infections from the summary use third-party app store.

    If you absolutely need Flash Player for your mobile device, there are a few browsers that operate a Linux Flash Player based in a data center and broadcast content to your phone.

    Puffin Web browser - the fastest mobile browser with Flash support on cloud on iPad, iPhone and Android.

    Flash Player photon & browser - Android applications on Google game

    Thank you!

  • How to access the attributes of VO through binding...

    I have a lookup table that has 2 columns namely encode and attrib.

    I created a ViewObject with SQL like:

    SELECT THE CODE, REFER TO THE STUDY_TYPE_CODES

    And he stated in an Application Module.

    Now I want to post it to the end-user as part of a selection
    that should show REFER to but returns the value CODE.

    I want to iterate the elements and generating the choices myself.
    So I tried this on my page:

    < af:selectOneChoice label = "Test" required = "true" >

    < af:forEach elements = "#{bindings." Var StudyTypeCodesVVO1.allRowsInRange}"="row">

    "< af:selectItem value =" #{row.code} "label =" #{row.describ} "id ="si3"/ >

    < / af:forEach >

    < / af:selectOneChoice >

    It gives an error. Looks like how I use
    "#{row.code}" or "#{row.describ} ' is false.  If I ' # {line} "then
    It's OK, and I could see that the line is a

    ViewRow [oracle.job.Key []]

    But I do not know how to access attributes by name 'Code' and ' means ".". " I also tried
    "#{rank." Code}"with the capital and it does not work.

    How to access the attributes 'code' and 'describe' of each line?

    Kindly help.

    Thank you.

    Check the RangeSize property on the iterator to pageDef.

    Dario

Maybe you are looking for