Flash chart__HELP guys atleast give me some hint.

hi all,
i have created a flash chart which contains four bars-'COMPANIES' 'BUSINESS UNITS' 'VENDORS' & 'CUSTOMERS'.
The above four bars are from one table but all these bars represents four different tables also.
please tell me how to create link in such a way that when i click on each bar, each should show me a different table on different pages accordingly.
Edited by: raghu on Mar 28, 2012 10:48 AM
Edited by: raghu on Mar 28, 2012 11:27 AM

Link to a page that will branch to different pages based on a page item that is sent via the chart link.
For example:
Create Page 220 with an hidden item P220_TABLE.
On Page 220 create a branch to the page for your 'COMPANIES' table with a condition of Value of Item / Column in Expression 1 = Expression 2, Expression 1: P220_TABLE, Expression 2: COMPANIES
Create additional branches for each table page.
Go back and edit your chart series and edit the Action Link fields.
Action Link: Link to Custom Target
Target: Page in this Application
Page: +220+
Request: BRANCH_TO_PAGE_ACCEPT
Name--
Item 1: P53_TABLE Value: +#LABEL#+

Similar Messages

  • Can anyone give me some hints or advice on this

    I am trying to create a webpage containing a flash .swf file
    with click to play button like the ones at Youtube. Can anyone
    please tell me how to set up this step by step in Adobe Flash? What
    I want to do is:
    once someone clicks on the "play" button at the beginning,
    the scene will connect to another external swf then start playing.
    They will have play, pause and volume control bars like a player
    for users to click.
    Thanks for any of your advice.

    I am trying to create a webpage containing a flash .swf file
    with click to play button like the ones at Youtube. Can anyone
    please tell me how to set up this step by step in Adobe Flash? What
    I want to do is:
    once someone clicks on the "play" button at the beginning,
    the scene will connect to another external swf then start playing.
    They will have play, pause and volume control bars like a player
    for users to click.
    Thanks for any of your advice.

  • Please give me some examples of video chat with adobe flash builder 4 or adobe flex 3.5

    I'm a newbie for flex. I had a project from my college to made a video chat application using Adobe Flash Builder 4 and used Red5.  please help me, give me some examples of video chat source code, so that i may to learn it. thanks a lot friends.

    As you are starting at the beginning you may as well start with FB4. When you install FB4 you will find that its start page has links to documentation tutorials and examples through the tour-de-flex. There are some great blogs that continue to offer advice and examples, nothing beats well written examples for learning. If you are on face book there is an Adobe Flex page that is continually giving links to examples and information about e-seminars.
    And of course there is here. So jump on board and have a bit of fun.
    David

  • I updated my software today and since have not been able to use some of the games on Facebook. I have installed the flash player 12 and still problems, can anyone give me some advice?

    I updated my software today and since have not been able to use some of the games on Facebook. I have installed the flash player 12 and still problems, can anyone give me some advice?

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.<br />
    See [[Managing the Flash plugin]] and [[Installing the Flash plugin]]
    You can check the Adobe welcome and test page: http://www.adobe.com/software/flash/about/
    You can use this manual download link:
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

  • Give some hints that in a table control , first row will be editable and

    pls,
    give some hints that in a table control , first row will be editable and
    rest of the rows will be non-editable.

    Hi,
    Take the group1 for all the textboxes in table control as 'ABC'.
    Use this code, its working:-
    it_zekpo is my internal table w/o header line,
    wa_zekpo is work area.
    Name of input/output fields on screen are:-
    wa_zekpo-field1,
    wa_zekpo-field2, and so on...
    At screen flow-logic
    PROCESS BEFORE OUTPUT.
    *  MODULE status_8003.
      LOOP WITH CONTROL po_tb.
        MODULE read_data.
      ENDLOOP.
    PROCESS AFTER INPUT.
    *  MODULE user_command_8003.
      LOOP WITH CONTROL po_tb.
        MODULE modify_data.
      ENDLOOP.
    In PBO
    *&      Module  READ_DATA  OUTPUT
    MODULE read_data OUTPUT.
      READ TABLE it_zekpo INTO wa_zekpo INDEX po_tb-current_line. "po_tab is table control name
      "enable only first row and disable rest rows in table control.
      IF sy-subrc EQ 0.
        IF sy-tabix GE 2.
          IF screen-group1 = 'ABC'.
            LOOP AT SCREEN.
              SCREEN-INPUT = 0.
              SCREEN-ACTIVE = 0.
            ENDLOOP.
            MODIFY SCREEN.
          ENDIF.
        ENDIF.
      "disable empty rows
      ELSE.
        IF screen-group1 = 'ABC'.
          LOOP AT SCREEN.
            SCREEN-INPUT = 0.
            SCREEN-ACTIVE = 0.
          ENDLOOP.
          MODIFY SCREEN.
        ENDIF.
      ENDIF.
      data : line_count type i.
      describe it_zekpo
      lines line_count.
      po_tb-lines = line_count + 10.
      "to increase the number of lines in table control dynamically
    ENDMODULE.                 " READ_DATA  OUTPUT
    In PAI
    *&      Module  MODIFY_DATA  INPUT
    MODULE MODIFY_DATA INPUT.
      MODIFY IT_ZEKPO FROM WA_ZEKPO INDEX po_tb-currentline.
    ENDMODULE.                 " MODIFY_DATA  INPUT
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir

  • Pls give some hints on this algurithum

    in a 4x4 chess grids, so 16 squares
    i have four pieces person, wumpus , pit, gold
    person is player in chess.you muss move it.
    person would fall in pit, person would grab gold
    person would be eaten by wumpus,
    so i must radomly inintialize proper positions for
    4 pieces.and also. other pieces couldnot encircle
    person, could still leave a space for person to
    move.
    please any of you have good algurithum of it?
    or give some hints?
    thanks in advance

    OK, here's a basic methodology from the vaults of my brain:
    __0 __1 __2 __3
    __4 __5 __6 __7
    __8 __9 _10 _11
    _12 _13 _14 _15
    Given four squares, numbered as above, you need to randomly place three items
    (wumpus, pit, gold), then place the person so that they are able to move,
    correct? I suppose that the person should be able to reach gold, pit, and
    wumpus?
    Consider a slightly larger square:
    - X X X X -
    - X X X X -
    - X X X X -
    - X X X X -
    - - - - - -This has the original square in the middle with some border to allow proper
    numerical manipulation.
    OK, now we take the blocks and add them numerically to an array:
    String[] board = new String(36);Looking back at the larger block above, given a square, it must not be the
    case that:
    (board[squareIndex + 6] is border or taken and
    board[squareIndex - 6] is border or taken and
    board[squareIndex - 1] is border or taken and
    board[squareIndex + 1] is border or taken)
    and it must be the case that 6 < squareIndex < 29Lets look at a full listing of possible indices in the array:
    0  1  2  3  4  5 
    6  7  8  9 10 11
    12 13 14 15 16 17
    18 19 20 21 22 23
    24 25 26 27 28 29
    30 31 32 33 34 35If you take each index, divide by 7 and add index modulo 7
    (int i = index/7 + index % 7) you get the following result:
    0  1  2  3  4  5
    6  7  2  3  4  5
    6  7  2  3  4  5
    6  7  8  3  4  5
    6  7  8  9  4  5
    6  7  8  9 10  5
    We've already set the requirement that 6 < index < 29, leaving the following:
    6  7  2  3  4  5
    6  7  2  3  4  5
    6  7  8  3  4  5
    6  7  8  9  4  5
    So,
    if int i = (index/7 + index%7), then i < 5 or i> 6 (i != 5 && i !=6), giving a
    test for a valid square within the array, if needed.
    As long as one of the adjoining squares (I'm assuming lateral movement only)
    is open, then the person can be placed and still move. Of course, for all
    items to be accessible, then none of the items can be blocked, and all of
    the placed items must be checked after a new item selects a position to
    make sure that all is well; if a position for an item is chosen that blocks
    another item, then choose a different position and try again.
    It will speed things up if you can keep track of the failed positions so you
    know not to try them again, as well as keeping track of placed items so you
    don't try to place two items in the same square.
    Are there better ways to do this? No doubt; this is a quick shaking-of-the-
    tree to see what fell out, but hopefully it will give you some place to start.
    I haven't coded a Wumpus in over 20 years; thanks for the trip down memory
    lane!

  • Tried to reinstall my CS6 master collection onto my iMac. It will not install - In Design, Fireworks, Premiere Pro, Encore, After Effects, Flash Professional, Photoshop, Illustrator & Prelude. Could you give me some advice. I noticed problems when I was d

    Tried to reinstall my CS6 master collection onto my iMac. It will not install - In Design, Fireworks, Premiere Pro, Encore, After Effects, Flash Professional, Photoshop, Illustrator & Prelude. Could you give me some advice. I noticed problems when I was doing some 3D work and the computer kept crashing and thought I would just reinstall my software.

    uninstall (using the uninstallers), clean Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 and then reinstall.

  • How to install adobe flash player through command line with some script

    Hi Guys,
    Do you know how to install adobe flash player through command line with some script?
    Thanks,
    Galina

    Windows. I tried silent install  with "install_flash_player.exe /install" but it works only with one file that I downloaded from adobe.com - "install_flashplayer10_mssd_aih.exe". But it is possible to download this last file only one time, every next time it redirects me to download install_flash_player.exe file.

  • Creative give us some answ

    Dear creative plez could u tell me, sorry plez could u tell everybody wtf are u doing to support your(make that, our cards) as we all have paid u decent money 4, no offence to the mods in here but i would like some answers from the organ grinder and not the monkeys, because this has gone on long enough i read the forums daily but same thing peeps moaning about u and your support 4 your range of cards, come on guys vista bein in the makein for years, so y the **bleep** havnt u sorted the prob, like everybody else on here including myself, have used creative products for years but no more your support to your customers sucks, i dont treat my customers and would never dream of treating them the way u have, least my customers come back to me because i have such a good customer relationship and i manage a car repair centre nuffin to do with computer, but customer support whether it b car repairs to **bleep**ty sounds cards that dont work in vista, its all down to customer relationship and u just dont have any, i do feel sry for the mods in here and think that peeps do give um a hard time, so lets see some input from a senior rep from creative and stop hiding behind the mods, just tell us what ya doing if u can do anythink to solve the prob, creative u need support from your customer we pay your morgage so pull ya finger out and give us some feed back, because from what i've read in your forms, is bollox, wonder how ya shares are doing they going down yet, think peeps with any shares in ya company wana b selling um quick. Do u creative realize how badly this is affecting your business and profits, we just want feed back, not just some crap u tell the mods to tell us, c if u can do somethink b4 its 2 l8t. Titannic sinkin fast but creative quickly following behind . cheers once creative user...........
    *please leave that kind of language off this forum. If you have to use special characters to avoid the filter, don't use that word please. Dale-CLMessage Edited by Dale-CL on 05-0-2007 02:4 PM

    No matter how bad his spelling is and punctuation also, I totally agree with those things in his message.
    I can't believa the way Creative Labs treat their customers (that's us). The mods here act as deaf grandmas and instead of giving answers they just keep watching the posts for dirty language. SHAME ON THEM SHAME ON CREATIVE. I WILL NEVER BUY AGAIN CREATIVE PRODUCTS !

  • Can you give me some idea why Temperature Need to cool down before you can use it. as this appears after 5min using.

    Dear Sir/Madam,
    My questions:
    Why Temperature appears and ipad need to cool down after 5m of using and not even hot. The guy from the apple store where i bought my Ipad2 told me that the motherboard need to be replaced. Ca you help me and give me some idea on how much it cause of the motherboard.
    Thank you
    Victoria

    if you need a new logic board for you iPad 2 i am sure the cost will be about 50% of what you paid for the iPad 2 $249.00, Take a look at this link, http://www.apple.com/support/contact/

  • Flash Player Doesn't Play on Some Websites. I have the NSZ-GS7 Sony Internet with Google Tv/play

    Flash Player Doesn't Play on Some Websites. I can see the play button and volume etc but selecting play doesnt do anything on some websites. I have the NSZ-GS7 Sony Internet Player with Google Tv/Google Play. I installed the latest firmware and I believe it carries Flashplayer 10.2.164.113
    I can only watch some programs on au.tv.yahoo.com/plus7 . This website supports Flashplayer 10+ and also supports Google Play. So I do not understand why I cant watch. Do I just need to change some settings?
    Also, cant watch on www.jump-in.com.au/ and I can see a still image of the video, i can see the big play button in the middle but selecting it will not do anything.
    Please help

    Hi Mike, Thanks for your response. Alteast you were able to give me a more educated answer. Unlike Sony Tech Support.
    I typed chrome://plugins" in the address bar but that didnt do anything and just gave me blank white screen.
    I did manage to get into the settings for Google Chrome another way and found the Plugins window but there was no option to "Always Allow". The only option I had was to either Enable or Disable.
    I read something somewhere about changing a setting for the Unsandboxed plugin to "Always Allow". But I havent been able to get to this plugin in the setting options in Chrome.
    Looks like I will be returning the product and getting myself an Apple TV device instead and use my Iphone to Airplay.
    Thanks

  • Adobe 10.2 flash player doesn't work on some site with diff browsers

    WTF! I've been through every forum about new adobe flash player it doesnt work on some site i.e facebook, ustream, fox news, dailymotion and cartoon network...Nobody, not even adobe has a real solution to this problem! Some site stream good other don't at all. All I get is a blue box in the display sometimes it loads, but doesn't play the video or games. Updated Java and SWF and by the way this a brand new computer fresh out the box WIN7 64 worked before why not now! I've reinstall and uninstall, checked active X java scripting, and global settings and so on, but nothing seems to work. WHY? Global settings doesn't work for some unknown reason can't enable some of the settings. Everything work fine on my PC before the update, so go figure adobe. No! browser works with the new flash player properly. Fire, IE, Safari, and Opera none of these browser work with the flash player like it should! HELP!!! "I see why apple doesnt wont to have anything to do with adobe flash."

    I don't understand - in your post you mention "new Flash Player" several times, but in the subject you mention 10.2...?
    What is the exact FP version you have?
    For your blue box problem, have you tried to disable Hardware Acceleration?

  • I am looking for an App that gives me some graphics to title pages and margins in word documents

    I am looking for an App that gives me some graphics for Word 2011 title pages, and margins.  A range of screen backgrounds for the page would be useful as my word documents are sent mostly online. ...appropriate for business  topics.

    I use documents to go and find that it works very will. It also has a desktop program that will allow for wifi syncing of documents outside of iTunes. It, like any app, won't have all the bells and whistles and formatting goodies of a full fledged program, but it does have basic formatting (bold, underline, italics, indents)
    I don't think it comes with many fonts, but the iPad itself doesn't have a lot of fonts either.

  • Can you give me some reasons about why I need to buy an iPod touch 5.Although I have the iPhone ,iPod nano, iPad ,MacBook pro,I think the iPod touch 5 is so attractive that I can't help buying it at once.If I have it,what I can do with it,can you tell me?

    can you give me some reasons about why I need to buy an iPod touch 5.Although I have the iPhone ,iPod nano, iPad ,MacBook pro,I think the iPod touch 5 is so attractive that I can't help buying it at once.If I have it,what I can do with it,can you tell me?

    All I can say is that I REALLY like my Touch 4th gen because I have all sorts of capabilities in a small form: e-mail, web browsing, news, weather, books, magazines, etc. etc.  Plus lots and lots of apps out there, including so many free ones.  I use the Cloud a lot so it's great to have everything sync'd to my MacBookPro (e-mail, Evernote, Pocket, etc.)
    It would be easier, though, to do some of this, especially magazines, on the iPad mini, but, again, I love the small size of the Touch. 
    As for the 5th gen instead of the 4th, the fifth has Siri and the 3D feature in maps, which are great.  And I'm sure it's a lot faster in iOS 6 than the 4th gen.  And cool colors! 
    Don't know if this helps . . .

  • Please restore e-mail or at least give us some real information.  Tech support is almost smug in their response for additional information.  The iCloud status page has said the same thing since yesterday.  A real dis-service.  My business depends on this!

    Please restore e-mail or at least give us some real information.  Tech support is almost smug in their response for additional information.  The iCloud status page has said the same thing since yesterday.  A real dis-service.  My business depends on this!  Any one have any suggestions not being offerd by tech support or Apple?  Anything at all?

    mdjb wrote:
    I just lost a big opportunity to get a new client because of this!!   almost 24 hours now without any email service. I was one of the original.mac customers.  I am over this time to move on. It is an inferior product.
    My sympathy, but, this is what you agreed to when you chose to use a free system: (From terms of service agreement, iCloud)
    APPLE DOES NOT GUARANTEE, REPRESENT, OR WARRANT THAT YOUR USE OF THE SERVICE WILL BE UNINTERRUPTED OR ERROR-FREE, AND YOU AGREE THAT FROM TIME TO TIME APPLE MAY REMOVE THE SERVICE FOR INDEFINITE PERIODS OF TIME, OR CANCEL THE SERVICE IN ACCORDANCE WITH THE TERMS OF THIS AGREEMENT.
    And this is no different from any other free service I'm afraid. Pay for your mail, then you have the right to expect service.

Maybe you are looking for