How the XML element used in RTF PUBLIC/PRIVATE? I know how to hide columns in RTF, but do not know how to generate xml below way. Help, please.

Hello

I'm following link below to show/hide my columns dynamically. See "formatting of column.

http://docs.Oracle.com/CD/E12844_01/doc/BIP.1013/e12187.PDF

According to the doc element can be made in private/public.

<items type="PUBLIC">
 <item>
  <name>Plasma TV</name>
  <quantity>10</quantity>
  <price>4000</price>
 </item>
 <item>

And even can be used to hide the column with the help of State

<?if@column:/items/@type="PUBLIC"?>

MY QUESTION IS HOW TO DO THIS IN MY XML BELOW?

Here's the part of my XML code that I use in the definition of the data to RTF.

<group name="GH3" source="QH3">
<element name="COLUMN_HEAD3" value="COLUMN_NAME" /> 
</group>
<group name="GH4" source="QH4">
<element name="COLUMN_HEAD4" value="COLUMN_NAME" /> 
</group>

I'm out like that.

<LIST_GH3>
<GH3>
<COLUMN_HEAD3>REBILL_TO_OTHER_BUSINESS_UNIT</COLUMN_HEAD3>
</GH3>
</LIST_GH3>
<LIST_GH4>
<GH4>
<COLUMN_HEAD4>XYZ</COLUMN_HEAD4>
</GH4>
</LIST_GH4>

In order to use the logic according to the oracle document I want output like this.

<LIST_GH3 type="PUBLIC">
<GH3>
<COLUMN_HEAD3>REBILL_TO_OTHER_BUSINESS_UNIT</COLUMN_HEAD3>
</GH3>
</LIST_GH3>
<LIST_GH4 type="PRIVATE">
<GH4>
<COLUMN_HEAD4>BLANK</COLUMN_HEAD4>
</GH4>
</LIST_GH4>

Should what changes I make in my XML to get the result of the execution as above? Help, please. Where should I make changes in the XML above? Name of the Group? Name of the element?

I intend to use it under condition in RTF model to hide the column, but do not know how to set the column as PRIVATE/PUBLIC type in the XML output that is used to populate the data in the RTF while running.

<?if@column:/BTSPIEXP/LIST_GH3/@type=”PUBLIC”?>COLUMN_HEAD3<?end if?>

Kind regards

Patricia K.

Hello

Problem has been resolved. I used the value of the item to determine whether to show it.

Kind regards

Patricia K.

Tags: Business Intelligence

Similar Questions

  • Hi, I have an acer 7739G and I want to use the construction in camera, but I don't know how to put on... help please!

    Hi, I have an acer 7739G and I want to use the construction in camera, but I don't know how to put on... help please!

    Hello

    Search for information to Acer.

    http://support.Acer.com/us/en/default.aspx

    See you soon.

  • I have an iPhone and a MacBook Air 11 '' 6. iPhone 6 syncs and backup icloud. I can access iCloud via the net on MacBook.  The problem is that I can't get the MacBook to sync with iCloud.  How can I do this?  Help, please. Thank you.

    I have an iPhone and a MacBook Air 11 '' 6. iPhone 6 syncs and backup icloud. I can access iCloud via the net on MacBook.  The problem is, I can't get the MacBook to sync with iCloud.  How can I do this?  Help, please. Thank you.

    What, in particular, looking to sync with the Mac iCloud? If you mean things like Contacts, calendars, Notes, etc., then you want to go in under the  system preferences, click the iCloud and connect to iCloud there with your iCloud ID. Then select which items you want to sync'd via iCloud.

    What - what are you trying to do?

    See you soon,.

    GB

  • I bought 14 items, but this is for Windows and I don't see how to download for Mac. Help, please.

    I bought 14 items, but this is for Windows and I don't see how to download for Mac. Help, please.

    Back https://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html

    Don't forget to click the option to open the selection window and select Mac

    Purchase http://www.adobe.com/in/products/photoshop-premiere-elements.html

  • Hi, I have a subscription in photoshop and creative cloud which includes the luminous room. but he asks me a serial number now; can anyone help please?

    Hi, I have a subscription in photoshop and creative cloud which includes the luminous room. but he asks me a serial number now; can anyone help please?

    Help creating cloud / Cloud Creative applications request serial number

    https://helpx.Adobe.com/creative-cloud/KB/CCM-prompt-serial-number.html

  • I upgrades the operating system of my mac to OSX 10.9.4 and now my Dreamweaver CS5 does not work, it just that closes unexpectedly.  Help, please.

    I upgrades the operating system of my mac to OSX 10.9.4 and now my Dreamweaver CS5 does not work, it just that closes unexpectedly.  Help, please.

    It turns out that my video card is the cause. I removed the accidents stopped and he

  • How to get the value of the global element using javascript or ajax!

    Hello!

    How can I read at global(point application created in the shared components) using ajax or javascript?
    You can imagine that I need to get the value of this element by function as:
    -----
    Function getText() {var itemVal = $x ('MY_GLOBAL_ITEM') .value;}  Return itemVal; }
    -----
    .. .but I can't do it because it is not made to couse of the page it is global element! so, anyone know no work around to do?
    I know that I can make point page and read the value of that, but not what I really need!
    If I have 100 pages and all pages need to use my function, it would take 100 Articles :) - that's why its no good average!

    Please, share your ideas!

    THX

    Rafix,

    You must use a little AJAX to retrieve a request element value. Three steps in this solution. Implementation of a callable JavaScript function, creating an application process on the request and call the JavaScript function with dynamic action.

    1 set up a JavaScript function that can be called by:

    This function calls the process of application level which has a visibility of the element of your application and then returns the value of points.

    Edit your page and JavaScript code according to the code in the 'function and Variable global statement' of your page. You can also add to the model page, that you use, but you also have to encapsulate this code in the script tags.

    getAppItem = function(pItemName){
        var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=GET_APP_ITEM',$v('pStepId'));
        get.addParam('x01',pItemName);
        gReturn = get.get();
        get = null;
        return gReturn;
    }
    

    2. creating an application on request process:

    The application of level process has visibility to your application-level element. It is to retrieve the value of points and it prints the htp buffer. Essentially, this acts as a way to return the values of AJAX calls (the javascript function we set previously);

    go to the shared components > procedures > Create.

    Point process: "We Demand: run this application...". »
    Name: GET_APP_ITEM
    Type: Anonymous PL/SQL block

    declare
       -- get the item name passed into the JavaScript function.
       app_item_name varchar2(30) := apex_application.g_x01;
    begin
        -- print its value to the buffer
        htp.p(v(app_item_name));
    end;
    

    3. call the JavaScript function with dynamic action:

    The function call allows to specify an application-level element name and have its returned value. The trigger event is specific to what you need, but the action must be of type to run JavaScript code. In my case immediately the value of P1_NUMBER to my value of demand points. This code doesn't have to be in a dynamic action, but it helps to stay organized. you could call it from any script tag.

    $s('P1_NUMBER',getAppItem('MY_APP_ITEM'));
    

    See you soon,.
    Janet Tyson

  • How to create the container element using Vi types in teststand

    Hello

    I want to create containers in the Array element in teststand, which different downhill element. for example I like, .txt file

    Name height, age, color

    A, 20, 186, black

    B, 30 170, white

    first line should be elements of the container, and the second line should be the value of the element. Raising must be string, number or boolean.

    Then, in the second container to new element in the first row and value in the third row.

    And all this container must be below the table of the fileglobals element or people of the country.

    Is there any suggestions how?

    Thank you much in advance.

    Kind regards

    Ankit.

    Hi Pierre,.

    I edited your VI test and successfully wrote the table of container to a variable existing non "Locals.dummy99" (see screenshot).

    Best regards

    Christoph

  • Set the value of the page elements using apex.submit

    Hey,.

    Does anyone have an idea how to set the value of several page elements using apex.submit?

    Here is my request, she works for this element of the page, but I want to first the value of the other elements of the page (i.e. P30_SHOW_REF) as well.

    select s.nr as NRR, 
    '<input type="button" value="clickme2" onclick="document.getElementById(''BUTTONS'').style.display = ''block'';apex.submit({request:''SET'',set:{''P30_KLT_NR'':'||s.nr||'});"/>' Button 
    from klant s
    

    Thanks in advance!

    Hi Julijan,

    Here is the example:

    apex.submit({
      request:"DELETE",
      set:{"P1_DEPTNO":10, "P1_EMPNO":5433});
    

    Concerning

    J

  • Why remove the only element used, the bar addons?

    Why their v29 change log done said 'additional options', when the only thing that most of us see is deleted the options, including the most widely used single section: bar of the addon? I don't want to install an addon to display the bar of the addon, which is present from pre-Firefox Mozilla days. So why delete the single most used item? Done the previous CEO Pro-life as it too and the new direction isn't that? Looks like Firefox is going backward, not forward.

    NO.... I'm not citing specific examples, but put MORE junk at the top after we are inundated with having TO use the tabs (which are redundant copies of windows below only cramped in to the top at the same time bar) bar, now I have 22 size icons and even drop my space window of text buttons lower in my workspace. It is not that the buttons/icons/addons don't work. (I swear to you that I don't know how people who work in support might need these detailed explanations) It is the fact that, to keep the premium screen, space open, to crush the tabs windows and Firefox destroyed this option. So we went with opening and closing of the bar of the addon whenever we need an add-on. Not to mention the addons as a certain addon Instagram that shows when new photos have arrived, or my safety bar that shows how much the ads and the sites have been blocked, as well as a mouse on display them separately in a concealed popout. Firefox developers are so stuck on their own crud they REALLY think that everyone has and uses on a Galaxy phone apps and crunches all icons like a 13 year old? Those of us who are older, more mature and use addons for something else than sharing photos... (as my Google Voice addon that does not work now to accept calls to open a bar and clicking on the icon until it accepts the click, oops dropped call or went to voicemail because you did not 3-ring)... Phone, Flash development, download videos from websites, eBay, Amazon shopping sales, torrents and each model of business platform has their own INHOUSE addon. You DESTROYED, DECIMATED, no. the model of less clicks is longer, for A SUPPOSEDLY SLIM BROWSER SIMPLIFIED! It's no wonder Execs of Firefox are clueless. Block us who care, our usage patterns and thus only the details on the use of the games for children under 15 to noticed by telemetry from FF.

    The basic concept, delete something, at least that replace you it with something equality in employment and work.

    Make users create a toolbar addon to replace the bar of the addon is stupid! Pointblank and simple.

    Add more clicks to get to the new bar addon was stupid and dumber still was the destruction of a top level bar with a value of the space in the window by the new addon bar be an addon or a creation of the user between the Bookmark Bar and address bar. STUPID!

    Finally, why is Firefox simplify anything. It is at the discretion of the user during the construction of its browser him or her self. That's what means be a modular browser. It is not Mr. potato head with only 4 types of eyes, nose and mouth. It's supposed to be a free canvas to work and create our idea of art works.

  • Last update, iOS 9.2, eliminated the function "search" in the email, I used massively.  Tried to restore to a previous backup, 15/2, and 'research' does not return, always shows iOS 9.2 in my settings.  How do I return search function?

    The last update, iOS for iPad mini 4, 12.7 9.2 GB of capacity, has eliminated the search function in the email, I used very strongly.  Tried to restore to a previous backup, 15/2, and 'research' don't come back and always shows iOS 9.2 in my settings.  Yesterday, a new useful feature appeared, an entry 'return to mail' at the top left of the screen (Safari, at least), which now also seems to be missing. Siri, I don't want to bother with earlier, continues to display everytime I try to go back to the home page of apps/programs, is driving me crazy.  Except for limited iPad usage (mail, Safari for the links from emails, play music, some reading books mainly) mainly am only moderately competent Windows PC user, so am frustrated at best. Any ideas on how to restore or add this feature to return search (and get Siri shut up!)?

    You can disable Siri in settings/general if you want to completely disable the function.  I suppose that you use the Home button to return to the home screen.  If you press the button too long, Siri is enabled.  Too long is not very long, so you must quickly press and release the Home button.

    Good day.

  • In fact, I'm looking for how to disable the discovery network for all profiles (Public, private, domain).

    * Original title: GPO registry key or change

    Hello

    In fact, I'm looking how to disable the network for all profiles (Public, private, domain) discovery and how to disable the file/printer sharing just to the private profile and public with a GPO or a script.

    I ' found some GPO as disable inbound/outbound rules for sharing files/printers and discovery of the network, but I think that a better and more easy solution exists.

    Please can you help me. :)

    Best regards.

    Hello

    According to the description, I understand that you want to disable the discovery network for profiles.

    I suggest refer you to the Microsoft Help Article below and check if that helps.

    https://blogs.technet.Microsoft.com/Networking/2010/12/06/disabling-network-discoverynetwork-resources/

    Registry warning

    To do: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows

    Hope this information helps. Please let us know if you need any other help with Windows in the future. We will be happy to help you.

  • How can I get rid of the error of the program could not initialize OXC0000135 framework 4 has been updated help please Mildred w

    Whwn I try to open a program like incredimail also Adobe Reader 9.

    I get the program was unable to initialize OXC0000135 I updated the framework 4

    who has not solved the problem. I can't update or uninstall.

    I tried a restore but who wouldn't let me go to the problem area.

    If I upgrade to windows 7, which would solve the problem?

    I am running Windows Vista. Help, please! Thank you, Mildred W

    Have you tried to uninstall Adobe Reader 9 and Incredimail?  There is an update to Adobe Reader 10.1.0

    http://get.Adobe.com/reader/

    Perform a clean boot.  This document shows you how to determine which third-party application is causing the problem?

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

  • Error with the loading of the XML file. Help me

    Hello!

    I'm doing a mp3 player for my website but I'm having a little problens and I hope you can help out me.
    It's a xml driven mp3player. I have a mp3player.as file and a songs.xml. Inside my flash animation, I have #include "mp3player.as".

    Here is my code of mp3player.as:

    [CODE]
    Audio Configuration object
    var s: Sound = new Sound();
    s.onSoundComplete = rhyme;
    s.setVolume (75);

    Palette of sounds
    var a: Array = new Array();

    Currently playing song
    CPS var: number = - 1;

    Load the XML into an xml file
    var xml: XML = new XML();
    xml.ignoreWhite = true;
    xml.onLoad = function()
    {
    var nodes: Array = this.firstChild.childNodes;
    for (var i = 0; i < nodes.length; i ++)
    {
    SA.push (nodes . attributes.url);
    }
    playSong();
    }

    XML. Load ("Mp3Player.xml");


    Read mp3 file
    function playSong(): Void
    {
    If (cps == sa.length - 1).
    {
    CPS = 0;
    s.loadSound(sa[cps],true);
    }
    on the other
    {
    s.loadSound(sa[++cps],true);
    }

    }
    [/ CODE]

    And here is my songs.xml file:
    [CODE]
    <? XML version = "1.0" encoding = "UTF-8"? >
    < songs >
    < url = "song music\setsite.mp3" / > "
    < song url = "music\Soul Magic - Magic.mp3 Soul" / >
    < song url = "music\Technotronic - NRG Flow.mp3" / >
    < / songs >
    [/ CODE]

    Whenever I have test my movie, I got this msg:
    Error opening URL "file:///C|/Documents%20and%20Settings/Administrator/My%20Documents/Web%20Sites/site%20MA IO%202007/undefined".

    What is wrong with my code?

    When I commented this line xml.load ("songs.xml") my film works very well. But I can't fix it...

    Thank you

    Thanks GWD... It was the capital I was causing the problem...

    Now, let me ask you something? If I do this mp3player with the loadSound (leader, true); will be music playing and stop because of some internet connections?

  • The display has been turned and I can't figure out how to rotate standing back. Help, please

    Help, please

    Hi RobbyUtah,

    Try to press the ARROW keys to CTRL ALT (Alt + Ctrl + top or down arrow). You will get the normal screen. To disable this feature, you will need to click on start-> settings-> Control Panel-> Intel (display drivers) and disable access keys. or right click on your desktop-> properties-> settings-> Advanced-> Intel media Accelerator Graphics Driver-> Graphics Options-> access keys.

    I hope this helps.

Maybe you are looking for

  • How to eject the Firefox desktop icon after the download?

    Hello I've updated to Apple Yosemite. When I went to open my firefox icon, it wouldn't start so I downloaded the program from the Web site successfully. I can open and use the side without any problems. However, on my desk, the instant icon as a devi

  • Satellite C70D-B-317 - Ram upgrade

    Hello everyone,The Toshiba Sat C70D-B-317 (PSCLEE01L009FR) is on its way and I don't have it yet, but I would like to know if there is a way to add little Ram for this machine without having to open everything?Also, is it possible to change the HD in

  • My phone supports (read-only) BlueRay discs

    I guess my DS8A8SH disc is just a DVD burner? But if I put a Blue Ray DVD I'll be able to play or he not support BlueRay at all? Plug in GIS Please confirm

  • Establishment of analysis in point 8.1 of Windows

    The instructions for my all-in-one HP Office Jet 8600 ask me to go to ' Scanner Action/manage scan ' to enable my computer analysis.  These options do not exist on my Surface Pro 3. The system shows "HP Scan and capture" and shows that my document ha

  • Missing link to the desktop icon

    The network link is missing from my icon. The message: the link is not available when I double click the icon.