How can i render one facet in panel splitter based on conditions?

Jdeveloper Version - 11.1.1.5
How can i render one facet in panel splitter based on conditions?
Ex : In horizontal Panel splitter first facet - af table
second facet - af table
if any one table estimated row count is zero i nedd to render the respective facet?
is it possible?
Please help..
Thanks
sk

Yes you can do it but not on facet you can apply rendered attribute to the any of the child component of the facet.
Thanks
Raghav

Similar Messages

  • How can i use the same front panel graph in more than one events in an event structure?

    i want to display the signals from my sensorDAQ in a graph.but i have more than one event in the event structure to acquire the signal and display it in the graph.the first event is to acquire the threshold signals and its displayed in the graph as a feedback.after the first event is executed, i will call the second event,where the further signals are acuired and compared with the threshold signals from the event 1.my question is how can i use the same front panel control in more than two events in the event structure?please answer me i'm stuck.
    Solved!
    Go to Solution.

    Hi,
    I have attached here an example of doing the same using shift registers and local variables. Take a look. Shift register is always a better option than local variables.
    Regards,
    Nitzz
    (Give kudos to good answers, Mark it as a solution if your problem is Solved) 
    Attachments:
    Graph and shift registers.vi ‏12 KB
    graph and local variables.vi ‏12 KB

  • How can I move one years worth of Raw photo files to a different hard drive and perserve the edits

    How can I move one years worth of raw photo files to a different hard drive (to manage space) and preserve the develope module edits and still see them in  the Library module?

    The easiest situation, is where this year's worth of images is grouped physically inside one parent folder (something many people build in from the start, in any case).
    If there is a parent folder on disk, but you are not currently seeing that inside LR's Folders panel, you can make this visible to LR by right-clicking on one of the folders which live immediately inside that, and selecting "show parent folder". This gives you a single "handle" by which to manipulate the whole grouping.
    Then it is just a matter of moving this parent folder. It's usually as simple as dragging it from one place to another inside LR's Folders panel, however this is a little more difficult when it's a question of another drive which does not yet appear there.
    So an alternative method will likely prove more straightforward: physically move the whole year folder into the other drive using your operating system's Explorer/Finder. The folder (and subfolders, and all the contained images) will change with ? icons inside LR, and it all goes "offline". This is because LR's records of where everything is, are known not to currently work (the former location is now not available). But all the edits, thumbnails, keywords, collections etc are still in place because these things are still remembered in the Catalog - and the fullsize previews are still cached also.
    Then right-click on the parent folder in LR's Folders (the top folder which shows a "?") and select Update Folder Location. Then browse to the other disk and identify where this folder is now to be found. LR updates all its records and the whole grouping carries on just as before, only using a new  storage location for each image concerned.

  • How can i put one scene into JPanel of the swing?

    how can i put one scene into JPanel of the swing?

    980571 wrote:
    ty for the information but i have a problen with JFXpanel when i try to into a panel it doesnt display insideSorry to hear that. If you want assistance with the code, feel free to post the relevant parts of it. Make sure to use \ tags when you do.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How can I view both the layers panel & effects panel in PSE 11?

    I have PSE11 and purchased Paint the Moon effects.  How can I view both the Layers panel and the Effects panel at the same time?  Was this an option in older versions of PSE that are used in the Paint the Moon tutorials?

    At the very bottom right of the editor window click the little arrow to the right of the More button and choose Custom Workspace. Then your panels will behave the way they did in earlier versions--you can drag them out of the bin, see more than one, remove panels from The Clump, etc.

  • How can i use one SQL statement to solve problem?

    How can i use one SQL statement to solve the question below?
    For a Table named A, there is a column named F(char type).
    Now select all the records where F like '%00' and update their F value to '%01'
    Just one SQL statement.Do not use PL/SQL block.
    How to do that?
    Thanks.

    What is the data volume for this table?
    Do you expect lots of rows to have '%00' as their value?
    Following two statements come to mind. Other experts would be able to provide better alternatives:
    If you have index on SUBSTR(f, 2):
    UPDATE A
    SET    f = SUBSTR(f,
                      1,
                      length(f) - 2) || '01'
    WHERE  substr(f,
                  -2) = '00';If most of the rows have pattern '%00':
    UPDATE A
    SET    f = SUBSTR(f,
                      1,
                      length(f) - 2) ||
               DECODE(SUBSTR(f,
                             -2),
                      '00',
                      '01',
                      SUBSTR(f,
                             -2));

  • How can i use one iCloud Photostream on 2 devices?

    Due to a bug (or feature) on iOS 8 i can't use the same icloud id on 2 iphones:
    https://discussions.apple.com/thread/6536998
    So how can i use ONE iCloud Photostream then on 2 devices?
    Also, on OSX i can define only one Photostream.
    So, how do you import pictures from 2 streams into iPhoto?
    Familyshare is not usefull as the pictures are not in Original-Filesize!

    Hi ..
    Yes. " iPhone 6 or 6 Plus.  iPad Air 2  or  iPad mini 3"
    Set up and use Apple Pay

  • HT204053 Dear Support Team, every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud???

    Dear Support Team,
    Every time i tried to logon Icloud its gives me wrong user name or password and at the end it show me error " This Apple ID is valid but is not an ICloud Account" then how can i use one account for same Apple ID and ICloud?
    Thanks

    It is not possible to create a new iCloud account using a Windows machine. You must create the account using a Mac (10.7.5 or more) or an IOS device (iPhone etc). Once that is done you can sign into and use the account on your Windows machine.

  • How can I render an active link (yrl) within a UIX/XML page

    How can I render an active link (url) within a UIX/XML page.
    How can I get <jbo:ShowValue> to work in UIX/XML, or is there another way?
    Bill G...

    It may seem strange, but the <contents> of <rawText> aren't actually
    raw - it's only the "text" attribute that's raw. (It seems strange because
    it is. Ah well.) This is different from UIX JSP.
    So, try something like the following:
    <bc4j:attrScope name="Notes">
    <contents>
    <rawText text="&lt;a href=&quot;"/>
    <rawText>
    <boundAttribute name="text">
    <bc4j:attrProperty name="value"/>
    </boundAttribute>
    </rawText text="&quot;&gt;"/>
    Some text in the link.
    <rawText text="&lt;/a&gt;"/>
    </contents>
    <bc4j:attrScope>
    Thankfully, this will be much simpler in 9.0.3, when the following
    will work:
    <link text="Whatever you want">
    <boundAttribute name="destination">
    <bc4j:attrValue name="Notes"/>
    </boundAttribute>
    </link>

  • How can we assign one attribute set to multiple business partners at a time ?

    How can we assign one attribute set to multiple business partners at a time ? Is it possible ? Can anyone explain me ?

    Hello,
    please refer to the following thread:
    How can we assign one Attribute Set to multiple Business Partners at a time? Is it possible?
    best regards,
    Johannes

  • On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?

    On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?
    In my current Firefox, the "new tab" icon/item from the "customize" pop-up window menu of items is placed next to my home, back, forward buttons near the top-left of my header (Button 1 for "new tab"). Then, the tab bar automatically come with a small tab (with a + sign) to the right of your last tab opened (so you click on + and a new tab opens. Button 2 for "new tab"). I like to have this "new tab" button twice (as a + mini tab, and next to my "home icon".
    When I upgraded to Firefox 4, I seemed to be only able to "customize" or use the "new tab" in one place. Either as an icon next to home button, or as a "+ minitab", but NOT both.
    What can I do to put this button in Firefox 4 on BOTH places???
    Your help is really appreciated. I want to upgrade, but I want my buttons on both places...
    I upgraded to FF 4, but downgraded again just because this feature... that's just me of coarse :-)

    *New tab toolbar button: https://addons.mozilla.org/firefox/addon/new-tab-toolbar-button/

  • How can I have one "family" Apple ID and two icloud accounts one for me and one for the wife?

    MacVirgin!Just got new Air and iMac (iphones on the way). How can I have one Apple ID but two iCloud accounts (one for me and one for my wife)? I have set up one iCloud account and am attempting to share contacts between iMac, iCloud and Air, however iMac and iCloud are not in sync? I must be missing something very simple.

    ok. I set up the imac and Air with one user account. this was used to activae iCloud on both machines and I have now se up one iCloud account and managed to share calander and contacts between the two. Ultimately both me and my wife will have an iphone and we wish to share calenders and contacts. We both also use the imac and air on one user account. It looks like I need to set another user account then activate iCloud in my wifes Apple ID

  • HT1420 How can I merge one iTunes account into my other one. I have a work laptop that I've had one library one (work email address) and I also have a home library iTunes account (gmail address) but I want it all under one accnt.

    I have two iTunes libraries (one under my gmail address and one under my work email address). My work laptop is usually how I access my account and in the past 3 months that laptop has had to be replaced twice, causing me to redo my entire library. Each time, the laptop was not deauthorized, of course and I had to go through all that rigamarole. I have all of my music backed up and am able to also retrieve anything purchased over the years from the cloud, but once i get it set up and authorize the laptop to both of the email address accounts, some of the items that are in the gmail library will not play. It says that it cannot locate. At one point, a friend spent a lot of time getting it to finally recognize everything (a lot of that music that said cannot locate was from burned CD's or mp3s downloaded, not purchased from iTunes). So there is that issue and I'm not sure how to fix that.
    The other thing is that I would like to have ALL of my items under one iTunes account (my personal gmail) in the event that i no longer work for this company and have no access to that email address as it will be turned off. How can I remove one email and merge all purchases over to the gmail address account?
    Thanks!

    You cannot combine actual accounts (as in iTunes Store account).
    You can combine the music into a single iTunes collection on a computer.  There's many ways to do this.   There are some utilities to assist with keeping maximum metadata (ratings, playcount, etc.) but I am not familiar with Windows platform ones to do this, though I am sure a web search of merge iTunes library would uncover some.

  • If I have multiple email accounts, how can I prevent one of them from sending email?

    If set up multiple email accounts in Thunderbird, how can I prevent one of them from sending email, while allowing others to send?

    Simple answer:
    do not use the email address when sending or replying or forwarding emails. Sending is not automatic, you have to generate the email and click on a Send button.
    You could use an smtp server that will not allow sending using the incorrect server for the email address, so that it cannot send, but if you accidentally use the email address you may get an error message, but at least the email will not be sent. Do this here:
    Tools > Account Settings for the mail account.
    bottom right Outgoing Server - select one that will not accept sending using wrong email address
    OR
    in Outgoing Server(SMTP) select the server you are using for that account
    click on 'Edit'
    deliberately make an error in the server name - remove the port details etc.
    So the details are wrong and cannot send.

  • I have two Apple ID, how can I delete one and use the email address associates to the main one?

    I have two Apple ID, how can I delete one and use the email address associates to the main one?

    If you abandon one of the Apple IDs you will also basically be abandoning any content that you have acquired with that Apple ID. Content can only be updated and re-downloaded with the Apple ID that was used to buy it. Apple will not combine the content of Apple IDs and Apple will not transfer the content from one Apple ID to another Apple ID.

Maybe you are looking for