How to implement non linear navigation Date LOV

Hi,
I have a requirement like I need to show non linear combo LOV in my UI which allows the user to navigate to next or previous item in the list.
Any help on this or do we have any inbuilt design pattern for this component.
I am using Jdev 11.1.1.7.0.
Many thanks in advance.
Regards,
Dileep.

Hi Frank,
Thank you so much for your reply. Sorry, I am not able to attach that component image here.
Actually it looks like normal combo box LOV, additionally it has two navigation icons both the sides (both left and right hand side) of combo box and allow the user to navigate to previous or next item in the list of values available in the combo box.
I am not sure whether it is fusion specific custom component or adf component. Any help on this?
Many thanks in advance.
Regards,
Dileep.

Similar Messages

  • How to implement Non linear Curve fitting (lsqcurvefit of matlab) in Labview

    Hi Labview Team,
    I am looking a way to implement "lsqcurvefit" command of matlab in Labview to do some curve fitting ; basically to  Solve nonlinear curve-fitting (data-fitting) problems in least-squares sense, at present I couldn't find a better way to implement it. Can you please give me some suggestion on this to how to implement this " curve-fitting: on labview.
    Thanks,
    Ankit Gupta

    You did not say you have the mathscript module. Do you? In any case, labview has a rich set of native nonlinear fitting tools. This seems like a better option.
    LabVIEW Champion . Do more with less code and in less time .

  • How to implement real-time refresh datas in obiee?

    How to implement real-time refresh datas in obiee?

    Can you elaborate more...
    If you want to see refreshed data in OBIEE Reports, you need to implement Caching mechanism based on how you often refresh warehouse..
    [http://download.oracle.com/docs/cd/E05553_01/books/admintool/admintool_QueryCaching6.html]

  • How to implement moving (linear) averaging in a subVI with dynamic data?

    I was wondering how to implement a moving or rolling linear averaging using a subVI on a set of dynamic data coming from the DAQ Assistant or a counter input channel that will be written using the Write to Measurement File VI?  Below is an example of what I mean.
    Solved!
    Go to Solution.

    You could use the MeanPtbyPt vi to give the running average.  Assuming your code snippet is inside a loop, wire an =0? comparison of the iteration number to the initialize input to reset the value and put 25 (or whatever you want) as the sample length.

  • How to implement aggregation for different date periods

    We have a report which shows various metrics for a given date period, selected by date prompts.
    The problem is that one of the metrics should show data only for the first day in the range, selected by the prompt.
    So, for example, if user selects in the prompt the range Oct 1 - Oct 10, then that particular column should only show data for Oct 1, while all others - for Oct 1 - Oct 10.
    Any suggestions how to implement this would be appreciated.

    Please try to play around with case statements in the fact column.

  • How to implement Object based navigation

    Hi all,
    Can any one guide me the steps for Implementing Object based Navigation.
    Thanks in advance,
    Satish J

    Hi Sathish,
    sorry for the delay. hope it is not too late
    I have updated wiki with the content. i am just building it up..not yet completed.
    i think you can go thru the example which i have completed to have a detailed view of how to implement obn.
    please refer the link.
    https://wiki.sdn.sap.com/wiki/x/SZ
    You can send your comments regarding the page so tat i can incorporate the same in the content which i am preparing now.
    Regards,
    Sharadha

  • Need idea on how to implement this - repeating monthly data on day level

    Hi all, i had run into the following thing, this may soung easy, but i'm searching for the best solution:
    i have a dataset per the stores of the customer, the dataset is an asset count on the end of the specific month. I must not sum the data between two/N months.
    We they need to do several querries like
    sales/assets/day
    Sales/itemgroup/asset/day
    sales/salesperson/asset/day
    etc.
    My problem is that i have this data on a month&store level, but i need to provide a solution, so it could be handled as a "global" value on that, so they can query it "almost any ways".
    I don't really want to generate day/other level data based on this, so any tricks, how to repeat the data in all lines for that specific month on presentation/Business level?
    All ideas are welcome.
    Thanks&Regards,
    D
    Edited by: user8113564 on 2012.09.11. 4:52

    Sorry if I took this wrong but are you try to do level based measured
    Take the same physical column in the fact and have one aggregated at a month level and the other at a day level.
    If yes, make sure you build a date dimension hierarchy and mapped at the correct level to the fact. Then take your measure and correctly define them at the correct level, day, month etc
    This should sort it out

  • How to implement table pagination/navigation in ADF pages?

    Hi,
    I am developing an ADF application, where I have a requirement to implement table pagination like the one used in Google (<< < 1 2 3 ... > >>). I have around 1 million rows and the user needs to navigate to different sets using the buttons at the bottom of the table. I know that in ADF the scroller loads the data depending on the range but I haven't found anything like the one used in Google.
    There is an implementation of dropdown in trinidad table but our application is using the ADF table. Any light in this direction will be a great help.

    Search the forum fro pagination or page ranging. Lots of discussion here.
    Generally you have to write it yourself, theres no way to use rich table this way.
    Timo

  • How to implement a side navigation bar which can handle commandLink

    Hi,
    I was wondering if you could give me some pointers. I am designing a web site and on the left there will will be a dynamic menu bar. For eg if you do mouseOver on any one of the menu's items, a sub menu pops is displayed and so on.
    But I was these menu's to be such that they can handle <jsp:commandLink > tag.. any ideas?
    Thanks.

    arijit_datta wrote:
    <jsp:commandLink > Huh? Aren't you talking about the JSF h:commandLink?
    Anyway, that kind of navigation menu can easily be achieved with CSS and in some cases also a little bit Javascript. Install Google on your machine and feed it with the keywords "suckerfish menu" and you'll find a lot of examples.

  • Non-linear navigation with movie clips

    I am gradually learning Flash and am able to play a 56 frame movie clip in frame 5 using stop(); on the main level. What I don't know is how to move onto frame 6 on the main level once the clip is finished.
    Thank you for any guidance.

    In the last frame of your 56 frame movieclip you can add something like...
    MovieClip(parent).gotoAndStop(11);
    or if the intention is to play thru starting at frame 11...
    MovieClip(parent).gotoAndPlay(11);
    or
    MovieClip(parent).play();
    (I'm assuming you changed from a frame 5/6 discussion, to a frame 10/11 discussion)

  • How to implement sub-queries in data template.

    Hi All,
    I am new to Bi Publisher.
    Requirement is to pass resultset of first query to second query to get correct measure value.
    Query1: (c1,c2)
    Query2: (c3,c4,c5,c6)
    I have to pass c1, c2 to query2 to get correct measures values (c5,c6).
    Condition to be used c3 IN c1 and C4 IN C2.
    Here multiple values of C1 and C2 needs to be passed to Query2.
    Please help me Masters.
    Thanks,
    Ammu

    Only way i see this working is if you find a way to join the result set of each of them (commom column in each query).
    If you manage this step then at this point you have two options:
    a) explicitly join the queries in the data template
    Example: http://blogs.oracle.com/xmlpublisher/entry/multiple_datasources_i and http://blogs.oracle.com/xmlpublisher/entry/multiple_datasources_ii
    b) Or else use XPATH in your RTF to join them
    First approach is easier, second approach is a bit more complicated but possible.
    Sorry we cannot help more as this is particular to your case.
    regards
    Jorge
    p.s. If this answers your original question then please grant the points and close the thread

  • Portal 902: How to setup large scale navigation ?

    hello,
    I'm just starting to work with Portal 902. The new concept of page groups and pages is still not clear to me. I want to design a site with a banner on the top and 7 tabs. 4 of the tabs should have a specific vertical navbar on the left side and a content region on the right side. The content region should allow for navigation to sub levels where the sublevel in rendered in place. This type of interface is very common.
    In Portal 309 it was possible to define tabs, create a navbar portlet on the left and a folder portlet on the right side. While navigating in the folder portlet, the subfolder was rendered in place.
    How should I design this interface in Portal 902 ? I don't want to define the tabs on each subpage again. The number of subpage can become very huge, and therefore it should be easy for users to create them.
    Can someone explain how to implement this type navigation, and how the old and new concept can be compared ?
    regards,
    Willem-Pieter van der Lugt

    willem,
    i've a question for u ...
    u mentioned in portal 309 u did the following -
    create 22 regions in a page, the left region will contain nav bar portlet and the right region will have folder portlet and as the user navigates thru the nav bar in the left region the folder renders in the right region in folder portlet ? is that correct ...? if so, how do u do this ... cause, i could not find any way of rendering the folder in the right region ... when it is clicked in the nav bar portlet in the left region.
    how do u do this in 309.
    what i did was create a custom HTML nav bar in the left region and create a IFRAM in the right region. when a user clicks a link in the left region, i render it in IFRAME using the target property of IFRAME. this is lot of work and maintenance is pain ... if there is a way to do this in a simpler way, pls let me know.
    thanx a bunch
    hero
    hello,
    I'm just starting to work with Portal 902. The new concept of page groups and pages is still not clear to me. I want to design a site with a banner on the top and 7 tabs. 4 of the tabs should have a specific vertical navbar on the left side and a content region on the right side. The content region should allow for navigation to sub levels where the sublevel in rendered in place. This type of interface is very common.
    In Portal 309 it was possible to define tabs, create a navbar portlet on the left and a folder portlet on the right side. While navigating in the folder portlet, the subfolder was rendered in place.
    How should I design this interface in Portal 902 ? I don't want to define the tabs on each subpage again. The number of subpage can become very huge, and therefore it should be easy for users to create them.
    Can someone explain how to implement this type navigation, and how the old and new concept can be compared ?
    regards,
    Willem-Pieter van der Lugt

  • How to implement a Date Picker (Calendar) as a LOV in Portal Form?

    I have a form, which will input date from user, and I also have javascript calender.
    How to implement a Date Picker (Calendar) as a LOV in Portal Form? Do I need to choose POPUP and LOV for Date?
    Instead of typing the Date within a Portal form, a popup Calender that will allow user to Pick a date.
    Please help anyone!!

    Once you have the JavaScript and have added it to your form, you need to the the following. First off, you need to be able to customize the HTML code for the form (i.e. choose custom for form type when creating the form). Once you do that go into the custom layout to customize your HTML code. Find the field you want to add the date picker to. It will be <#your_field_name.ITEM#>
    Paste this code after it:
    <a href="javascript:show_calendar('forms[0.elements[16');" onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;"><img src="the source of your image file" width=34 height=21 border=0></a></TD>
    You will have to play around with the forms[0].elements[16]. 16 is what date field is set to. However your will differ, so just play with it.
    Hope this helps.
    Martin

  • I lost my iTunes library on my pc when the hard drive crashed. None of the data on the drive was recoverable and I did not have a backup. How can I get the music that resides on my ipod nano (4th generation back onto the new hard drive on my pc.

    I lost my iTunes library on my pc when the hard drive crashed. None of the data on the drive was recoverable and I did not have a backup either locally or on the cloud. Much of the music is from old vinyl and podcasts which are no longer available.
    How can I get the music that resides on my ipod nano (4th generation) back onto the new hard drive on my pc.
    I have been reluctant to install iTunes on the new hard drive out of fear that I will lose all the contents on the ipod if I try to synch to the new hard drive.
    Help!

    No backup is a huge mistake.
    You can redownload some itunes purchases in some countries:
    Downloading past purchases from the App Store ... - Apple - Support

  • How to implement reading data from a mat file on a cRIO?

    Hi all!
    I am not even sure, this is plausible, but I'd rather ask before i start complicating. So far, I have not found any helpful info about reading in data to a RT device from a file (kind of a simulation test - the data is simulated). 
    I have the MatLab plugin that allows the data storage read a MAT file, which has a number of colums representing different signals and lines representing the samples at a given time (based on the sample time - each sample time has it's own line of signal data). 
    I have no idea of how to implement this to cRIO.
    The idea is:
    I have some algorithms that run on the RIO controller in a timed loop. As the inputs to these algorithms, i would need to acces each of the columns values in the line, that corresponds to the sample time (kind of a time series - without the actual times written).
    I am fairly new to RT and LV development, so any help would be much appreciated.
    Thanks, 
    Luka
    Solved!
    Go to Solution.

    Hi Luka!
    MAT file support in LabVIEW is handled by DataPlugins. Here you can find the MATLAb plugin:
    http://zone.ni.com/devzone/cda/epd/p/id/4178
    And here you can find information on how to use DataPlugins to read or write files of a certain format:
    http://www.ni.com/white-paper/11951/en
    There is also an open-source project that addresses the problem, you can find it at
    http://matio-labview.sourceforge.net/
    Unfortunately, RT systems are not supported by DataPlugins, so fist you'll have to write a VI on the Host computer to convert your files to a usable format (I suggest TMDS for compactness and ease of use), and the work on the converted files in the cRIO VI. If you have other questions about DataPlugins or anything else, please get back to me.
    Best regards:
    Andrew Valko
    National Instruments
    Andrew Valko
    National Instruments Hungary

Maybe you are looking for