Af:tree group by one or more view attribute(s)

Hi.
How to create af:tree with one or more levels based on one or more attribute's group by?
I have a view with two attributes (Attr1 (possible values are 1 or 2) and Attr2 (value is string like name)). I want to create tree with root level of Attr1 and childer of Attr2.
Example:
+ - 1
| - - - 'Name1'
| - - - 'Name2'
+ - 2
| - - - 'Name3' Do I have to create new view object (based on same table with only distinct data) for each level in tree? Or is there any "better" way of doing this?
Regards

You are right !!
The problem is inside the report generated by Oracle Reports
The XML code, which I retrieve running the report request is the following:
<?xml version="1.0" encoding="&Encoding"?>
- <!-- Generated by Oracle Reports version 6.0.8.20.2
-->
- <MODULE1>
- <LIST_G_MANAGER_NO>
- <G_MANAGER_NO>
<MANAGER_NO>1000</MANAGER_NO>
<MANAGER_NAME>Anil Passi</MANAGER_NAME>
</G_MANAGER_NO>
- <G_MANAGER_NO>
<MANAGER_NO>1001</MANAGER_NO>
<MANAGER_NAME>Martin</MANAGER_NAME>
</G_MANAGER_NO>
</LIST_G_MANAGER_NO>
</MODULE1>
and the problem is the "&" !!!
So, inside Oracle Reports, when I try to generate the XML code from a preexisting report, the encoding variable is not set.
Now, I'm trying to understand how to set it, but I didn't find nothing....
Somebody knows where can I find a Report's configuration file in order to set this "encoding" ?
Thanks
Alex

Similar Messages

  • How does schedule with RESTful API a Webi report for a group of users ("Schedule For" to "Schedule for specified users and user groups" with one or more users/groups)?

    SAB BO 4.1 SP1
    Does it have an RESTful API to schedule a Webi report with the parameter to specify a group of users ("Schedule For" to "Schedule for specified users and user groups" with one or more users/groups)?

    Hello Ricardo,
    have you try a call like this one ?
        <schedule>
          <name>"test"</name>"
          <format type=\"webi\"/>
          <destination>
            <inbox>
             <to>userId1,userId2,userId3,groupId1,groupId12</to>
            </inbox>
          </destination>
        </schedule>
    Regards
    Stephane

  • Cannot remove this sync group because one or more databases are currently provisioning,

    I have a problem with a SYNC group within my development Azure Database.
    It been stuck in "processing" state last December and has never recovered.
    I have since setup a new Sync Group to sync the data between my cloud database and my local database.  The new Sync Group is working properly.
    It bothers me that the old one is still out there, and I would just like to remove it, but I get the following error message:
    Cannot remove this sync group because one or more databases are currently provisioning, 
    re-provisioning, de-provisioning, canceling sync or synchronizing. TracingId=fe9d220c-56c7-791f-ac0f-ea26989e02a1
    Does anyone have any suggestions on how to delete the failed SyncGroup from Azure?

    Hi jstevenson72,
    How about using the DeprovisioningUtil tool? With DeprovisioningUtil tool , you can manually clean up all objects by running the deprovisioning utility from the same folder where the Data Sync Agent gets installed.
    Besides any of the following can result in a failure to delete a sync group.
    • The client agent is offline. Be sure that the client agent is online then try again. Reference : 
    SQL Data Sync Troubleshooting Guide.
    • The client agent is uninstalled or missing.
     If the client agent is uninstalled or otherwise missing:
    1. Remove agent XML file from the SQL Data Sync (Preview) installation folder if the file exists.
    2. Install the agent on same/another on-premise computer, submit the agent key from the portal generated for the agent that’s showing offline.
    • The SQL Data Sync (Preview) service is stopped.
    1. In the Start menu, search on Services.
    2. Click Services in the Programs section of the search results.
    3. Find the SQL Data Sync (Preview) Preview service.
    4. If the service status is Stopped right-click the service name and select Start from the dropdown menu.
    • A database is offline.  Check your SQL Database and SQL Server databases to be sure they are all online.
    • The sync group is provisioning or synchronizing. Wait until the provisioning or synchronizing process finishes then retry deleting the sync group.
    And for Azure issues, I would like to recommend you post the question in the Azure SQL Database forum at
    https://social.msdn.microsoft.com/forums/azure/en-US/home?forum=ssdsgetstarted. It is appropriate and more experts will assist you.
    There is also a similar thread for your reference.
    https://social.msdn.microsoft.com/Forums/en-US/d0c50049-4d20-447e-85f9-904f7d146a40/cannot-remove-a-data-sync-group-even-dropping-the-involved-databases-and-servers?forum=ssdsgetstarted
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Why I cant view my picture on my iphoto and if I try to copy to any folder it Shows "The item on the clipboard cant be pasted to this location. (One or more of the item may have been deleted or are no longer available) "

    Why I cant view my picture on my iphoto and if I try to copy to any folder it Shows "The item on the clipboard cant be pasted to this location. (One or more of the item may have been deleted or are no longer available) "

    There are 9 different versions of iPhoto and they run on 9 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. Describe the problem as fully as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • Clip inspector in imovie not working properly - when I select a picture - and select clip adjustment it tells me that I need to select one or more clips to view Inspector tools and in a clip the audio adjustment only shows a speaker? help

    Clip inspector in imovie not working properly - when I select a picture (in project library) - and select clip adjustment it tells me that I need to select one or more clips to view Inspector tools and when I select a movie clip and then click on audio adjustments the audio adjustment appears as a speaker icon and I don't know how to get to the various audio options? It was working fine one minute and then I seemed to lose the functionality. Also editing a photo in a photo or getting rid of ken burns effect etc does not seem to work. help

    Can anyone shed any light on this as I am having the same problem? One minute it works fine, the next you get the error message above.
    Many thanks.

  • More than one business component (views) in the same JSP page

    Hi, I am trying to have more than one business component (views) in the same JSP page as Input Form.
    For example:
    There are two BC4J:
    Person:
    Code.
    Name.
    Address:
         Person_code
         Street.
         City.
    There is a master detail relationship between them and there is a link between both views in the application module.
    I want to create a JSP page with an Input form for both views. When the user decides to create a Person, I need to insert in both tables.
    Insert code and name into Person table.
    Insert Person_code, Street and City into Address table.
    It is possible to do in Forms but I am not sure if I can be able to do this in JDeveloper 10G.
    Thanks

    Sorry I lost the tabs
    Person has two attributes Code and Name.
    Address has three attributes Person_coden Street, City.

  • Looking for more view in one report

    Hello friends,
    Can you please tell me how can I save more views in one bex query. I want to view the same query with different view.
    I thanks to you in advance .
    Regards,

    Hi ..Thanks for yr reply..
    but still i am not able to see a diffrant view after executing the query..can you please explain me in details.
    As my doubt is-- i have created a query and i want to see 3-4 diffrant view once it execute.
    This will be nice help for me..
    Regards..

  • Shortcut for viewing the CMYK channel while only one or more of the color channels are selected?

    Hi all,
    I cannot believe I forgot this shortcut! I use it ALL the time.
    When you have just one (or more) RGB or CMYK channels selected, and want to view the RGB or CMYK composite channel as you work with the individual channels, what is the keyboard shortcut for this? 
    (The problem is that it became so automatic because I use it so often and this morning when I was in Photoshop, I actually tried to think about this shortcut and found that I had forgotten it!! (Maybe I seriously need to eat more carrots!) I hadn't used it in the last few days, so that is a good excuse on my part, I hope .)
    Thank you very much in advance for your help!
    Christine

    Okay...never mind! As soon as I wrote this post, I "clicked" that all I really needed to do was look at my PS keyboard shortcut list, which I did:)
    It all came back to me straight away.... it is the ~ key.
    Just a little Monday morning brain glitch!
    Thanks all & have a great day!
    Christine

  • Service template problem - Unable to perform the job because one or more of the selected objects are locked by another job - ID 2606

    Hello,
    I’ve finally managed to deploy my first guest cluster with a shared VHDX using a service template. 
    So, I now want to try and update my service template.  However, whenever I try to do anything with it, in the services section, I receive the error:
    Unable to perform the job because one or more of the selected objects are locked by another job.  To find out which job is locking the object, in the jobs view, group by status, and find the running or cancelling job for the object.  ID 2606
    Well I tried that and there doesn’t seem to be a job locking the object.  Both the cluster nodes appear to be up and running, and I can’t see a problem with it at all.  I tried running the following query in SQL:
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    but all this gives me is an error that says - conversion failed when converting from a character string to uniqueidentifier msg 8169, level 16, State 2, Line 1
    I'm no SQL expert as you can probably tell, but I'd prefer not to deploy another service template in case this issue occurs again.
    Can anyone help?

    No one else had this?

  • Unable to remove a host from VMM - Error (2606) Unable to perform the job because one or more of the selected objects are locked by another job.

    I am unable to remove a host from my Virtual Machine Manager 2012 R2. I receive the following error:
    Error (2606)
    Unable to perform the job because one or more of the selected objects are locked by another job.
    Recommended Action
    To find out which job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.
    I have already tried running the following command in SQL Server Management Studio
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    I received this error back:
    Msg 8169, Level 16, State 2, Line 1
    Conversion failed when converting from a character string to uniqueidentifier.
    I have also tried rebooting both the host and the Virtual Machine Manager Server.  After rebooting them both, I still receive the same error when trying to remove the host.
    Here are my server details
    VMM Server OS = Windows 2012 Standard
    VMM Version = 2012 R2 3.2.7510.0
    Host OS = Windows 2012 R2 Datacenter
    Host Agent Version = 3.2.75.10.0
    SQL Server OS = Windows 2012 Datacenter
    SQL Version = 2012 SP 1 (11.0.3000.0)

    Hi there,
    How many hosts are you managing with your VMM server?
    The locking job might be the background host refresher job. Did you see any jobs in the jobs view, when the host removal job failed?
    If there is no active jobs in the jobs view when this host removal job fails, can you please turn on the VMM tracing, retry the host removal, and paste back the traces for the failed job (search for exception and paste the whole stack)?
    Thanks!
    Cheng

  • Firefox not responding, seems like other browser is hijacking inquiry, will not let me reset, states cannot reset because one or more windows are open

    when i type in a search, firefox says it's not responding. Although firefox still showing not responding I am taken to websites that I did not request. I tried to reset firefox but it said there is a problem because one or more windows tabs are open even though they are not.
    What is cloudnet? just one of the items that pops up on the bottom right of the screen during my search

    Getting redirected to unwanted websites can be caused by an add-on, or by external malware, or by a change to your connection settings.
    (1) Check Extensions
    (A) In Firefox:
    Try disabling ALL nonessential or unrecognized extensions on the Add-ons page. Either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable. Or if it's clearly crap, remove.
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    (B) In the Windows Control Panel
    If there is no remove button on the Add-ons page, typically the extension was installed externally and can be removed through the Windows Control Panel, Uninstall a Program.
    If you click the "Installed on" column heading to group the entries by date, you may find some undisclosed bundle items that snuck in with some free software. Take out as much trash as possible.
    (2) Malware scans
    Our support article lists free tools other Firefox users have found helpful: [[Troubleshoot Firefox issues caused by malware]]. If you notice a pattern of search engine result links being diverted to unrelated pages, this can be a stubborn infection involving a rootkit, so try the TDSS Killer first.
    (3) Connection settings
    Normally Firefox piggybacks on your IE connection settings. You can change that (or malware might have changed it). To view and modify:
    "3-bar" menu button (or Tools menu) > Options > Advanced > Network mini-tab > "Settings" button
    Change to "No proxy" and see whether that makes any difference.

  • Refresh groups to administer several materialized views?

    Hi,
    I had three materialized views in my database. They are used for decision support and access local data. Each one is completely refreshed at a distinct time during the night.
    Now, application developers asked for more 3 materialized views. Although there is no need to guarantee referential integrity between the materialized views, it seems to me that the more efficient way to administer their refresh is by using a refresh group. Therefore, I am planning to create a refresh group with the 6 materialized views.
    Is there another good way to administer refresh options of several materialized views?
    Regards.

    If the existing three materialized views are refreshed at distinct times during the night, I'm not sure what benefit there would be to putting the three into a single refresh group (and I'm ignoring what happens when you add the three new ones). You put multiple materialized views into a refresh group so that you can do a single refresh and so that the data is internally consistent. If you don't need the data to be consistent and you want the materialized views to be refreshed at different points in time, I'm not sure what benefit you'd derive from putting them in a refresh group.
    Justin

  • Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

    Hi there,
    I use visual studio community 2013 to develop app for office. When I create app project using template and directly run it, it shows me this error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
    Can anyone help? Thanks in advance.

    Hi holm0104,
    Did you add custom code into the project? Can you reproduce the issue in a new project without custom code?
    If not, did you have issue when you create a normal web application?
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I am trying to upload photos from my digital camera. Every time I try to plug it into my USB, the following error message comes up: "Because a usb device was drawing too much power from your computer, one or more of your USB devices have been disabled."

    I am trying to upload photos from my digital camera. Every time I try to plug it into my USB, the following error message comes up: "Because a usb device was drawing too much power from your computer, one or more of your USB devices have been disabled."
    I don't have anything else plugged into my MBP, so I am confused as to what's going on.  This problem has never happened before.  MBP is less than a year old - about 9 months old.  HELP

    Get a powered USB hub.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents

  • I cannot erase alias JPeg images on a memory card so that it will not accept any more which I try to load onto it, yet there are no actual images available if I click on any of them. The error message states that one or more cannot

    Cannot delete aliases for JPeg images on a lumix camera memory card even selecting individual images anjd trying to move to trash -error35 one or more items cannot be found. No image available on clicking or if card put back into camera-"no images to disply" Yet if try to add more images, message that card is full! Any suggestions?

    Deleting from iPhoto or image capture after import should be fine and shouldn't cause any issues. Deleting from the folder view of finder, can cause issues as the camera can the image is still there. You can try emptying the trash on your mac if you deleted them via the finder, as although you've deleted it, it's only marked as trashed and not actually deleted until you empty the trash - ie it won't relieve the space taken by the files.
    If your still having issues after you try this, you may be best formating the memory card. This will wipe all data on it though, so make sure you do copy anything off that yo u want to keep! Format from the camera, so that choosing the format>erase all option from the menu of most cameras.

Maybe you are looking for

  • Where used list of a function module

    hello , i want to find out where used list of a function modules , but the problem when I try where used button with in a function module Im getting message saying 'Function Is Not An Include'  when it is used in other programs. Function AKB_WHERE_US

  • 12-way secondary color correction

    I earlier submitted a feature request asking for the "primary" 12-way color controls to be available on seconday layers in SpeedGrade. Is there any other way to restrict a primary layer's precise controls to an HSL key (or to its outside)? It would b

  • How to hide rows of Jtable

    i have a table with 200 rows on a filter action i would like to hide some rows and back when i say refresh it should be back with the same old table im using my own tablemodel any help thanks

  • Install plug-ins for PS CC 2014, How?

    I have Portrait Pro Studio Max, and I really want install the plug-in to PS CC 2014 on my mac, how do I do this in a step by step approach?

  • Why does my paid presets not show up in lighroom 5.6

    I purchased Presets for lightroom by miracle design and installed it with creative cloud. Creative cloud and adobe extension manager show that it is installed but presets are not showing in lightroom.