Multiple toggle buttons in Dashboard deigner

I've a dashboard with two toggle buttons. When I select the first toggle button the second toggle button container should hide and when I select second toggle button the first toggle button container should hide and only show second toggle button container.
In first toggle button I've is EAST, WEST
Second toggle button I've is NORTH, SOUTH
So when I select First toggle button it should show either EAST/WEST
I tried DV but its not hiding the NORTH/SOUTH when I select the first toggle button.
Can someone help please.
Thanks in advance.
Thank You!!

Hi Ste,
  You have to use this Logic.
North,South Toggle Button: Label: North,South      Source: North,South
                                                  North,South                  North,South
                                        Destination: Map to Blank Cell say A3
East,West Toggle Button: Label: East,West      Source: East,West
                                                  East,West                  East,West
                                       Destination: Map to Blank Cell say A3 (Use same Destination as North,South toggle Button).
Keep Dynamic Visibility for North,South Container Like
Status: Map to Destination Cell A3.
Key: Type North,South
Keep Dynamic Visibility for East,West Container Like
Status: Map to Destination Cell A3.
Key: Type East,West
Hope this logic works for you, Note: Please keep Same Key as Status(Spelling and Coma and Space)
Thanks and Regards
Sateesh

Similar Messages

  • Multiple toggle buttons to the same destination causes conflicts

    I'm trying to set up multiple toggle buttons so that a user can click on a button at any time and set the state of the dashboard. Each toggle button has a unique value (and each one has the same static value for both on and off) and I've mapped all the toggle buttons to the same destination cell. But they all seem to be competing to set the desination to their preferred value even when they're not being clicked on and, as a result, the dashboard keeps changing state in unexpected ways. Is there a fix for this?

    When you have multiple components trying to insert to the same destination cell, the front-most object wins at load time. So, if tb1, tb2, tb3 (tb3 being the front-most object) are all set to respectively insert values 1, 2, 3 to the same cell, the cell will have value 3 initially.
    Now there is an issue when objects in different groups try to insert to the same cell. The release note for FP3 implies that this problem is resolved, but I think it is not fixed completely...

  • Integrated scroll panels and unmovable toggle buttons

    Hey,
    iam looking for an expert. I am working on an HMI development and wanted to use Flash Catalyst. However, I think I am already reached the limits of FC. But perhaps there is a FC solution because I can not program Flash.
    Problem:
    In my layer, I have different graphical objects and text blocks. A part of them I want to move with a scroll panel. That's easy, not a problem.
    However, all these objects (including the scroll panels) should be integrated in a master scroll panel. This means, that all parts, even the integrated scroll panels, should be moveable at the same time. I managed this.
    Now, I need multiple toggle buttons. With these Buttons I wanted to change the form of some of the graphical objects resp. the text blocks. But the buttons have to be unmovable. This function (to change the form of the objects) is relatively easy but in combination with the integrated scroll panels it isnt. The buttons are able to move the objects when these buttons are pasted in the "deepest" layer, the layer of the objects. But there, the buttons are moveable and slide out of the screen (with the master scroll panel) and not clickable.
    How can I manage this? I need unmovable toggle buttons, with these I want to change the forms of objects. The objects are pasted in integrated scroll panels. I hope it's understandable!
    Can someone help me? It would be glad if the answer does not depend on the learning of the flash programming!
    Thanks.

    After 2 days of banging my head against a wall (doesn't it always go that way)...
    Turns out one of my panels had sub-panels causing the problem. Visibility to the parent panel was controlled by a button on one of the child panels. Once I "promoted" the button to the parent panel, the panel (screen) flow worked great.
    Is this 'undocumented functionality'? Why should it matter how deep the button is nested? (incidentally, the reason it worked in my test environment was the lack of other components - aka the child panel)
    Well, regardless. Thanks to those who gave it thought.

  • How to use multiple connections for xcelsius dashboard via toggle button

    Can anyone shed some light on how to apply a toggle button for multiple connections using xcelsius dashboard.
    I created two SAP connections in my xcelsius dashboard.  The first connection uses query 1 (bottom ten customers) and the second connection uses query 2 (top ten customers).  I wanted to use a toggle button where the user would click Top Ten customers versus Bottom Ten customers.  Which ever the user clicks in the toggle botton would run that query.
    If the toggle button is not the way to handle this can someone explain a better approach to run either query in the same dashboard.
    Thanks,
    Joe

    Hi,
    I've never had to do this so have no practical experience.  However in theory you should be able to do the following (assuming the data connection type youu2019re using has the "Usage" tab):
    Set up the two connections as normal - On the usage tab set the detail query to Refresh before components are loaded and make sure that this is unchecked for the other query.  Set both queries to populate the same range so that one query will overwrite the other in the Xcelsius spreadsheet.
    Bind a toggle button to a cell e.g. A1
    Back to the data connections again and set the "Refresh on trigger" trigger cell to A1.  And set the "When Value Becomes" to either "On" or "Off" dependent on how you've set up the toggle button.  Repeat for the other query.
    Hope this helps,
    Paul

  • Multiple Toggle On Off Buttons

    Hello, I have ten buttons on one frame that need to act independently from each other. By tapping each button they switch to a new assigned button and if tapped again they revert back to default button state, similiar to on/off or show/hide..
    I am not sure how to go about creating the script for multiple buttons on one frame, layer. This is suppo@se to be for Air for Android...any guidance, tips on this greatly appreciated...

    Hello
    1.  Re: Multiple Toggle On Off Buttons
           Ned
    , Hello Ned, Basicly it suppose to allow end user to keep track of repetitive tasks and by toggling the button a new button of different color or even with a number shows up, in my case from 1-10
    The enduser can click button again to reset, returns back to default state. The buttons should be re-useable throughout other frames...kinda like how the counter below functions but in a visual
    horizontal linear manner..non modern. I hope that makes more sense...

  • Toggle Buttons for multiple images

    I just watched a video from lilybiri about standard and simple actions and then followed into her blog for the text caption toggle buttons.
    Now reading through that, there was if statements suggesting you can toggle between the values of 1 and 0 to make visible/invisible. Can this be done with more than 2 images? I am more interested in having a toggle feature where I can have 3 or 4 images and toggle the images to see changes in detail within those images. It seems like it has to be possible, but I'm not getting it.
    Also, is there a way that if you have a toggle button, or two perhaps, that you can have the button be displayed as if it was pushed? I know how to make buttons, I'm just wondering if there is a feature to display the button as the _down version until I re-select it, or toggle it off as it were.
    Thank you!

    You will need a conditional action, perhaps use a variable for each button that will be set to 1 if the button is pushed and to 0 if it is free.
    Didn't check it out but action will be something like this:
    IF v_bt1 is equal to 0
        Assign v_bt1 with 1
        Show im_down1        which is the image of the down-state
        Show Image1             which is the image you want to show
        Hide Image2
        Hide Image3
    ELSE
       Assign v_bt1 with 0
       Hide im_down1
       Hide Image1
    You'll have to test, it is too late over here for me to do some testing. I added the hiding of the two other images, because if the user doesn't toggle the buttons for those images to hide them, I think you want to hide them automatically. Perhaps better also hide their correspondent down-states? Be sure to have the image of the down-state on top of the button in the timeline panel.
    And if you ever want to return to the slide, have an on Enter Slide action that hides all the down and real images.
    Lilybiri

  • How to create a toggle button which has some id associated with it

    Hi all,
    This is my problem
    <formid><some value in a text box><toggle button>
    here formid is a hidden parameter.
    There can be multiple records of this type...the user can change the text box as well as toggle any record.
    Now im unable to create a toggle button such that it is related to the formid as in when a user toggles between two values i want to be able to link that button with the form id.

    Assign an ID to the button? I don't fully understand the problem either.

  • I need some information about using multiple toggle groups??

    Hi,
    I am trying to implement multiple toggle groups in javafx(one for radio button and one for toggle buttons).
    On selecting one of the radio buttons , the toggle buttons appear and I need to perform some operation based on the selected toggle button value.
    But for me only the radio button toggling is working.
    The toggle button is coming as disabled.
    Please help me out.

    Can you post a short, self-contained, correct example demonstrating the problem? The following example works fine for me:
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.RadioButton;
    import javafx.scene.control.ToggleButton;
    import javafx.scene.control.ToggleGroup;
    import javafx.scene.layout.HBox;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class MultipleToggleGroupExample extends Application {
      @Override
      public void start(Stage primaryStage) {
      final ToggleGroup radioButtonGroup = new ToggleGroup();
      final RadioButton rb1 = new RadioButton("Choice 1");
      final RadioButton rb2 = new RadioButton("Choice 2");
      rb1.setToggleGroup(radioButtonGroup);
      rb2.setToggleGroup(radioButtonGroup);
      final ToggleGroup toggleButtonGroup = new ToggleGroup();
      final ToggleButton tb1 = new ToggleButton("Choice A");
      final ToggleButton tb2 = new ToggleButton("Choice B");
      tb1.setToggleGroup(toggleButtonGroup);
      tb2.setToggleGroup(toggleButtonGroup);
      final HBox root = new HBox(10);
      final VBox radioButtons = new VBox(5);
      radioButtons.getChildren().addAll(rb1, rb2);
      final VBox toggleButtons = new VBox(5);
      toggleButtons.getChildren().addAll(tb1, tb2);
      root.getChildren().addAll(radioButtons, toggleButtons);
      toggleButtons.visibleProperty().bind(rb2.selectedProperty());
      primaryStage.setScene(new Scene(root, 600, 400));
      primaryStage.show();
      public static void main(String[] args) {
      launch(args);

  • Adding in more than one toggle button

    Hi,
    I am having problems when adding multiple toggles. I am unable to work out what its actually doing as occasionly when i click on toggle 2, its firing toggle 1 and the sometimes its doing it the other way around -clicking on toggle 1 will fire toggle 2.
    Any help is much appreicated.
    My code below:
    //Adding flows to stage
    var flow0:MovieClip = new mov_flow_0();
    this.addChild(flow0);
    flow0.y = 235.80;
    flow0.x = 142.50;
    var flow1:MovieClip = new mov_flow_1();
    this.addChild(flow1);
    flow1.y = 287;
    flow1.x = 314.60;
    //Stop Flows
    stopFlow();
    //Setting up buttons
    var totalButtons:int = 2;
    var buttonArray:Array = new Array();
    setUp();
    function setUp()
    for (var i:int = 0; i<totalButtons; i++)
      var mc = root["toggleBtn_" + i];
      buttonArray[i] = mc;
      mc.buttonMode = true;
      mc.addEventListener(MouseEvent.CLICK, btnClicked);
      mc.btn.x = OFF_POSITION;
    function btnClicked(e:MouseEvent):void
      var id = e.target;
    var index:int = getIndex(id,buttonArray);
    onState = !onState;
    var mc = root["toggleBtn_" +index];
    var flowToUse = root["flow" + index];
    trace ("mc: " + mc.name);
    trace ("flowToUse: " + flowToUse);
    if(onState)
      //mc.btn.x = ON_POSITION;
      TweenMax.to(mc.btn, 0.5, {x:ON_POSITION});
      flowToUse.flow.startFlow();
    else
      //mc.btn.x = OFF_POSITION;
      TweenMax.to(mc.btn, 0.5, {x:OFF_POSITION});
      flowToUse.flow.stopFlow();
    // function to search an array to find a given entry
    function getIndex(id_to_find:Object,array_to_search:Array)
    for (var i:int = 0; i<array_to_search.length;i++)
      if (id_to_find == array_to_search[i])
       return i;
       break;
    function stopFlow()
    flow0.flow.stopFlow();
    flow1.flow.stopFlow();

    Try this:
    import flash.display.MovieClip;
    import flash.events.MouseEvent;
    //Adding flows to stage
    var flow0:MovieClip = new mov_flow_0();
    this.addChild(flow0);
    flow0.y = 235.80;
    flow0.x = 142.50;
    var flow1:MovieClip = new mov_flow_1();
    this.addChild(flow1);
    flow1.y = 287;
    flow1.x = 314.60;
    //Stop Flows
    stopFlow();
    //Setting up buttons
    var totalButtons:int = 2;
    setUp();
    function setUp():void
              for (var i:int = 0; i < totalButtons; i++)
                        var mc:MovieClip = root["toggleBtn_" + i];
                        mc.buttonMode = true;
                        mc.addEventListener(MouseEvent.CLICK, btnClicked);
                        mc.btn.x = OFF_POSITION;
                        mc.onState = false;
    function btnClicked(e:MouseEvent):void
              var mc:MovieClip = MovieClip(e.currentTarget);
              var flowToUse:MovieClip = MovieClip(root["flow" + String(mc.name).match(/\d+/)[0]]);
              if (mc.onState)
                        TweenMax.to(mc.btn, 0.5, {x: ON_POSITION});
                        flowToUse.flow.startFlow();
              else
                        TweenMax.to(mc.btn, 0.5, {x: OFF_POSITION});
                        flowToUse.flow.stopFlow();
              mc.onState != mc.onState;
    function stopFlow():void
              flow0.flow.stopFlow();
              flow1.flow.stopFlow();

  • No audio on apple TV... No multiple speaker button

    Have apple TV and can not get music to play with screen saver.
    At one time there was a multiple speaker button on iTunes. Can no longer locate it.

    .... we have our Apple TV in a Gallery with over 1000 images, over 600 songs and can not get our music to go with the images.!

  • Contacts Calendars Bookmarks Find My iPhone toggle buttons won't switch on

    I have a new iPhone 3GS, but under Settings - Mail Contacts Calendars - My .Mac account, I cannot get the toggle buttons for Contacts, Calendars, Bookmarks and more importantly Find My iPhone, to switch to 'ON'. Mail however is 'ON'. When I click them to 'on' they just immediately turn themselves off again. This means that my iPhone does not show up in my .Mac/MobileMe account and therefore Find My iPhone will not work.
    As far as I can see everything is set up correctly. I've looked through posts here, read Apple's suggestions, but none of these will switch to 'On'.
    Fetch New Data is set to Push. Fetch is set to every hour. Location services are On.
    In iTunes, Mail Contacts Calendars Bookmarks are all set to sync.
    Under Account Info for my .Mac/Mobile Me account I am still using the older .Mac settings as I still prefer my [email protected] email address - could this have anything to do with the problem? Should I try deleting the account manually and re-adding it manually with the new Mobile Me settings?
    When I set up my iPhone 3GS I used the backup of my old 1st Generation iPhone to set up the new phone in iTunes. The settings above wouldn't toggle on the old phone either, so I wonder if I have inadvertantly brought a bug across by restoring from the old phone backup?
    Really puzzled now. Has anyone come up with a solution or is it a problem at Apple's end?

    OK, solved my own problem! For anyone else having the same sort of problem, all I did was to manually delete my .Mac/MobileMe email account on my iPhone completely, shut down the iPhone completely, switch it on again, and manually add my .Mac/Mobile Me account back on the phone - this time using my address as [email protected], forcing it to use the me.com servers instad of my older .Mac servers.
    Instantly I was able to toggle the buttons and switch on Find My iPhone, which is now showing up online in my .Mac account.
    Now I've just got work out how to change my outgoing email address back again to [email protected] because I HATE @me.com! It's a horrible email address, and sounds really self-important.

  • What's wrong with my toggle button bar?

    I've used one before, and I don't understand why my toggle
    button bar is not showing the "active" state for the first index of
    the viewStack it is linked to.
    Normally, I use mainStack.selectedIndex = 0 and that
    highlights the first (default) item of the view stack.
    I change the viewstack with a timer, and all subsequent
    states the correct button highlights, even when I have it loop
    around to the first item again. It's only initially on load.
    Thoughts?

    Thanks, Greg.
    That didn't work either, but it got me thinking. Moving it to
    the end of the function that assigns the children to the view stack
    finally worked:

  • Multiple Submit buttons in Adobe form !

    Hello Experts,
    Scenario :
    Form has Material number as input field and Material description should get automatically populated( maybe as a script or button , dont know yet ). Then the form is to be submitted at the backend.
    I have created an Adobe interactive form with Multiple Submit buttons( one is Submit toSAP) button , other is a normal pushbutton( for Material desc to be populated ) . I have been able to Submit data at backend.
    But problem is there is only one event on the Interactive form UI element properties.
    Please suggest how to achieve the above ? via script or sm code in web dynpro ?
    System Config :  WAS 6.4 /  SP12 .
    Need a quick resolution. Generous points for help.
    Regards,
    Sonika

    Hi Sonika,
    control_param structure is used in case of ISR forms, but I dont think your form is related to the ISR.
    Use a context attribute, and set its value to get the Material description from backend.
    Like you can define an attribute in context, "GETDESCRIPTION", and set its value at the exit event of Inputfield to "GET".
    $.parent.GETDESCRIPTION.rawvalue = "GET"
    app.eval("event.target.SAPSubmit();");
    And at the click event of the button you can write:
    $.parent.GETDESCRIPTION.rawvalue = "SET"
    app.eval("event.target.SAPSubmit();");
    And in the backend, read the value of this attribute and perform the desired action.
    Hope this helps,
    Amit

  • Image in a microsoft toggle button activex

    HI
    I cannot put an picture in a control button(MS Active X) because i do not
    know the type of the proprties "Picture"
    Thanks

    Thomas Esposito wrote
    > i do not know the type of the proprties "Picture"
    > Thanks
    ==========================================
    Hi Thomas,
    Microsoft ActiveX Toggle Button takes following picture file formats in most
    environments (and I think Labview shouldn't be an exception)
    *.(bmp, dib, gif, jpg, wmf, emf, ico) and cur and may be some more
    For inserting picture recommended method is to use properties browser and
    choose the property picture. It is expected that you see a prompt that will
    open load picture dialog box.
    HTH
    Cordially,
    Rishipa
    All reply to this newsgroup please
    ==========================================

  • How to distribute a form with multiple submit buttons?

    I have a form that has multiple submit buttons depending on the information that is being entered and then who the information should go to.  When I try to disbribute the form, I get an error message stating the following, "Acrobat is unable to distribute this form because it contains multiple submit buttons with different formats or return URLs."  Is anyone able to let me know how I can distribute the form?

    Sounds as if you need your own web script to process submissions - written by an experienced web programmer (I very strongly recommend someone familiar with all the latest security weaknesses, and not a project for anyone else). Your needs are (it seems to me) too complex for Adobe's automatic system.

Maybe you are looking for