Pages of dashboard as a drop-down list items

Hello

I have more than 6 pages in my dashboard, I want to display as a drop-down list. Before posting here, I looked at all possible sources and link to joe
Dashboard OBIEE - Pages of dashboard as a drop-down list items

But after going through this post I force pass through. Can someone guide me or someone that can give me the right solution.

Any help would be greatly appreciated.

TIA,
KK

Sure no problem,

concerning

John
http://www.obiee101.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • 2 values can be added to a drop-down list item?

    I probably need to explain what it is I'm doing first. It could even impossible the way I'm doing it. So if there's a better way, please do help. But I try to have items listed in a drop-down list. More precisely the elements that are of different lengths with different numbers. I have been using the value of the elements to do simple calculations to work. But I also want it so that once an item is selected the item to a list of material later in the form printed. I'm sure I can set the value of the element as the item number and I the number displayed next to the item (in another column) later in the order form. But I want to be able to always perform the calculations in the subform where is the original drop-down list. Is it possible to assign 2 values (one for use with calculations) and one for use as an item number? Or is there a better way to do what I'm doing? I know I could just name the list drop-down list item and contain the number of point in the name using addItem. But I don't want to confuse the user with numbers, they did not need to see. Only the person who sells the materials needs to know the number of points, not the user.

    Back again...

    Think - the behavior is expected because the values specified in the binding tab lead the overall binding for the drop down menus.

    So if the first dropdown the text resulting from elements such as the display values AND the second dropdown has numbers of items like display settings - then it will work. As long as the two drop-down lists have the same number of elements and sequence in the specified values is the same.

    This means that you must keep two drop-down lists.

    It may be a good idea to have the second dropdown (numbers) configured to read only so that the user cannot interact with it.

    Good luck

    Niall

  • Help to the drop-down list items in list making invisible field

    On the attached form, I have a drop-down list "Item". How can I get the items in this list make the text field "embroidery" visible or invisible depending on the element selected?

    My programming skills are very basic, livecycle as I am just getting into this. Any help would be appreciated.

    Tom,

    our email form.

    hope this is what you were after.

  • Access to a drop-down list item

    Hello

    I have a drop down list in my application. I did it in my QML file. Now, by clicking on a button in the page, I get a pop-up asking for confirmation of the issue, I selected in the drop-down list. How can I get the item I selected in the list and post it? can anyone help pls

    Thank you

    without brackets. This is a property, not a function/method.

  • Removal of long list of drop-down list items quickly (ss4)

    I have LiveCycle Designer ES4. I often have a long list of list items in my items from the drop-down list. I want to know if there is a quick way to remove all the items in the list (field tab). I have one at the time a click and remove one at a time. Is there a faster way?

    You can use my macro to create dummy texts.

    Just to empty the text field in the Flex dialog box and click OK, to remove all the values in a drop-down list.

    LiveCycle blog: Lorem Ipsum Generator Makro / / Lorem Ipsum Generator Macro

  • Count the number of drop-down list items based on the selection

    You will need to get an "account" (in the fields of totals at the bottom) of each of the values/items selected in the drop-down "ddClassification". My drop-down fields are labeled ' ddClassification.0, ddClassification.1... etc.

    Should a loop be involved? Been looking around for the answers but can't really find anything. The values in the drop-down list 'ddClassification' are 'Choose', 'Major', 'Minor', 'OBS', 'OFI '. If I could just get help on one of the "total" fields (for example perhaps the total large field) first then I could go from there. All THE HELP is APPRECIATED! Thank you!


    I have attached a screenshot and here is the link for the form: Dropbox - ASSESSMENT_NOTES.pdf
    Screenshot.png

    Yes, this requires a loop. Here's the Basic code structure, which you can use for the total key, for example:

    var total = 0;
    for (var i=0; i<=4; i++) {
        if (this.getField("ddClassification."+i).value==4) {
            total++;
        }
    }
    event.value = total;
    

    Place this code in the script to custom calculation of 'txtMajor '.

    Edit: Name of the field max adjusted from 5 to 4...

    Edit #2: Also adjusted the value of "Major" in the value of exports 4...

  • on the drop-down list item event listener

    Hello

    I would like to display ToolTips, once the user holds the mouse on an item from a combobox open.

    If you open the drop-down menu of the combo box, you will see a list of items/ofelements. Each of them can be accessed for example viamyCombo.getItemAt (0).

    It seems to me that I don't get an object with property adata and label. But I think it takes more than that, becausewhen you rest your mouse over a subitem, it will be highlighted. ThisMeans that there is a listener of events on this very simple question. Sohow can I do this?

    myCombo.getItemAt(0).addEventListener(MouseEvent.MOUSE_OVER, ShowToolTip); //impossible
    
    function ShowToolTip(evt)
    {
      trace(evt.currentTarget.label);//stub action
    }
    

    Thanks in advance.

    Gilzad

    If you are looking for the component in the help documents, you will find all the events associated with this object.  If your drop-down list is a component ComboBox, there events such as what you seem to want to have, itemRollOver and itemRollOut, as well as an example of the use of their.

  • comboBox - browse the drop-down list items?

    I need to subdivide a large list of items in a comboBox in small groups in Flash. Is there anyway to loop through the elements and set the background color of you of each element a value in the dataProvider?

    I can run through the loop using myPoS_combobox.dropdown

    var ddList = myPoS_combobox.dropdown

    for {(var propertyName in ddList)

    trace (ddList [propertyName])

    }

    But I can't seem to get the individual items, much less change their properties.

    Thank you!

    If you want to change the background colors in the part of the list of the combobox component, you will need to use a cellrenderer class: http://help.adobe.com/en_US/ActionScript/3.0_UsingComponentsAS3/WS5b3ccc516d4fbf351e63e3d1 18a9c65b32 - 7fd4.html

  • Reading JSON file based on the selected drop-down list item

    I have little code shown below.

    I'm trying to read data from a JSON file based on certain criteria, in this case all the suburbs on a territory

    I can do that quite easily in a liquid hard coding the territory, however, I want to use the value of the < select > option

    I understand that this can be achieved with JavaScript, is it possible otherwise?

    < select id = 'territory' >

    < option value = "xx" >--please select--< / option >

    < option value = "CBD" > CBD < / option >

    < option value = "North" > North < / option >

    < option value = "South" > South < / option >

    < / select >

    {model module_json json="/_System/shipping/shipping.json" = "" = "shipping" collection "}

    < select id = "suburbs" >

    < option value = "xx" >--please select--< / option >

    {% for section in shipping.territory %}

    {% If the element.} TERRITORY is '< value on top of select >' %}

    < option value = "{{point." POSTAL CODE}} "> {{point." SUBURBS}} < / option >

    {% endif %}

    {% endfor %}

    < / select >

    Hi Craig,.

    You can skip liquid altogether and use JS to get the values you need for json.

    If you want to use liquid you need to load the last part with AJAX/XHR to enter the selected value.

    1. create a new file suburb.html and ajax request after #territory selected with the option as a parameter:

    URL: suburb.html? = north shipping

    2. the suburb.html file would be:

    {assign = globals.get.shipping-% selectedTerritory %}<- this="" will="" have="">

    {model module_json json="/_System/shipping/shipping.json" = "" = "shipping" collection "}

  • "Data dashboard" version 2.0 list drop-down list seen only "one, two, etc.» Instead of the text Enum

    I am currently using the new data on an iPad dashboard 1. I'm coding in suite developer Labview 2012. I found that switches work very well when it is associated with a shared variable. I finally managed to get the drop-down list to control a shared variable of data type typedef/enum. This control very well within the Labview program, but on the dashboard of data drop-down list shows only the "One" "two" etc... instead of the text 'This' Enum 'As' 'Other' I can write back to the dashboard with a text conversion of the enum to the dashboard and place it in a display of string over the fall down. While this gives the operator a display of the current Typedef/enum, it is not very intuitive. They must select 'One' to view 'This' "two to display 'Than' etc...

    How can I get the dashboard of data drop-down list control to display the text of the enum instead of "one" "two" etc?

    I think the point was that your question belongs to this other forum, not the forum of LabVIEW.

    (I'll ask the moderator to move this thread i).

  • Drop-down lists of the fill of the text fields on a different page from the drop-down list.

    Hi all

    I have a form with multiple pages. The first page contains a number of drop-down lists. These lists, drop-down list when the option is chosen, must complete a field text on another page. I can get the drop down menu to populate the text field when it is on the same page, but as soon as I move the text field to another page, the script does not work. Can anyone offer a solution? I used javascript on the changes to the scripts.

    Every time reference you the other object... so I guess in the code located on the DDlist.

    Paul

  • Format of Date change in the dashboard quick drop-down list

    Hi friends, my dashboard displays a drop-down list for dates, which are in the format "2008-07-01 12:00:00 AM.
    It is defined in sql server datetime data type. Is it possible to change the date format in the swift dash to just '01/07/2008' without doing next database.

    Appreciate your help.
    Thanks and greetings

    Hello... Toony

    In the fast dashboard, you have the option to select for example to show SQL,.

    you write SQL or SQL advanced logic: select cast ("timestampCOLUMN" as the date) of "PresentationLayerName"
    This is a simple way without changing anything beside SPR...
    And if you want that the timestamp column somewhere in some reports you can directly use this column.
    If you don't want you must typecast as the DATE.

    If your question has been answered then put it as answered and mark it as correct... ;)

    Published by: Kishore Guggilla on October 20, 2008 23:44

  • How to fill out a drop-down list on the selection of items in another drop-down list using adf 12.1.3

    Hello

    I have a page that has the load drop-down lists and a "submit" button. The first drop down menu got filled using query based VO (IE read only VO) for LOV. The requirement is as below

    -on the selection of an element any in the first drop-down list, the user must fill the second dropdown.

    -Once the second dropdown is completed, the user can select element in the second drop-down list.

    -capture the second drop down menu items value selected in the method of action of the click on the submit button.

    Any help in this scenario will be useful.

    ---

    Rabindranath

    Sameh salvation,

    Thanks for the reply. Your code

    1. DCIteratorBinding iter is BindingContext.getCurrent () .getCurrentBindingsEntry () .get ("iteratorNameInPageDef") (DCIteratorBinding);.
    2. Object secondDropdownValue = iter.getCurrentRow () .getAttribute ("AttributeName");  has been really helpful to get the selected value.

    Thank you very much.

    ---

    Rabindranath

  • Drop-down list selection

    If someone has been able to successfully get the current selection in a drop-down list?  I have the drop-down list of channels and can change the selection in the Simulator.

    temp3 vartring = myDropDown.selectedItem.toString ();

    does not work.

    However,.

    var temp1:int = myDropDown.selectedIndex;

    correctly return the index of the selected item.

    I feel like I'm missing something obvious here.

    Thanks in advance for any help.

    Hey,.

    You can configure your tabular data provider and then everything just to get the index selected in the selected point drop-down list and then using that call the element of the array. for example, here is a list of colors in a drop-down list:

    var listOfThings:DropDown = new DropDown();
    
    var dp:DataProvider = new DataProvider();
    
    var arr:Array = new Array([{label:'green'},
        {label:'blue'},
        {label:'orange'},
        {label:'red'},
        {label:'yellow'},
        {label:'silver'}] );
    
    dp.setItems(arr);
    
    listOfThings.dataProvider = dp;
    

    now, if you were to get the index selected in the drop-down list item and select the table at this level:

    arr[listOfThings.selectedIndex].label;
    

    This should retrieve the label of the selected item.

  • User entered values to populate a drop-down list.

    I created a form with a fixed number of lines dynamically.  Each line has a drop-down list field that is initially empty.  I want to add user input to the list to be used on the ground in the following lines.

    Hello

    Here is an example that could help.  https://sites.Google.com/site/livecycledesignercookbooks/home/ReferenceNode.PDF?attredirec ts = 0 & d = 1

    This form allows you to add a drop-down list item value and id which is then picked up by the drop-down list control.  The main problem is having to do a xfs.form.remerge (), which can reset certain properties that are not related to something, usually border error and others.

    Does not seem to need a reinstall, so for the new line is not necessarily a problem.

    Concerning

    Bruce

Maybe you are looking for