Inserting  dashboards into a single master SWF

Hello experts,
I have an issue in merging dashboards into a single SWF file. Currently i have seven dashboards exported to BOE as SWF/flash files . All are working fine in BOE. Now i need to emmbed all of them in a single swf file. How could i do it.
Current procedure which i am following: I structured OPENDOUCMENT URL for all those seven dashboards in BOE. next, i designed a dashboard with seven slides with label based menu. each of that seven slides are mapped to respective open document URL. might i am wrong . please any one tyhrow some some light in my case.
Thanks
Prashanth

We are XI 3.1.   We use the download document and url and include the CELogonToken when linking to child swfs, e..g
/Xcelsius/opendoc/documentDownload?sIDType=CUID&iDocID=AU_zADSPisZFqkKz6eCzKAY&sKind=Flash&CELogonToken=&Mode=INFOVIEW&BusinessArea=
In the example above, BusinessArea is a variable and is used to pass a value from the parent swf to the child swf.
You need to exercise some care in this swf within swf approach, e.g. if you have QaaWs running in to think about when you want the queries in teh child swf to be triggered, e.g. everytime you go to the child, or only if the user has selected a new value to be passed.
Personally, I think this type of multi-dashboard deliverable is better handled by pulling the multiple Xcelsius dashboards together  inside a portal tool, or if you are at XI 3.1, use the Dashboard Builder functionality to pull all the Xclesius together.  I hadn't thought about pulling them together using ppt, but that sounds like an option too.
SAP's Brad Welch did a webinar in June or July 2009 showing Dashboard Builder to pull together Xcelsius, WebI, web pages, pictures, together.  Might be worth a look
http://www.sdn.sap.com/irj/scn/events?rid=/webcontent/uuid/b04f7e1e-981c-2c10-9898-860238a6388d [original link is broken]
I hadn't seen much about the repositioning of the Dashboard Builder tool as something to use to pull together Xcelsius and other content, but in reviewing content from the 2009 Bus Obj User Conference, I saw it mentioned in at least 4 different presenations, some from SAP folks, and feel better about developing with it more.

Similar Messages

  • Inserting pages into a single pdf

    Got a new computer w/ Vista (boo!). Now I am unable to insert additional pages into a basic pdf.
    Example:
    I scan 4 one-page documents onto my computer, which I want to merge into one.
    In the XP version of my Acrobat Reader, I could open "page 1" (or whatever you want to call it), then just scroll down to "insert" from the main menu & browse for the additional pages, as long as I had saved them as PDF's. Done.
    How do I do it now? I don't see "insert" anywhere. Thanks, Rick

    The free Reader has never been capable of inserting or deleting pages; it does very little more than what its name implies: read PDF files. If you could previously insert pages in PDF files, you must have had some version of Acrobat.

  • Concatenate two single frame swf's into one singleframe swf?

    Hi
    Is it possible to combine multiple swf's into one "single frame" swf?
    I have an flex application, that has a scroller with a swfloader inside, and the swfloader should load the "single frame" swf and it is possible to navigate up and down, via the scroller.
    Any help is appreciated.
    /Allan

    I've experienced the same thing sometime long in the past,
    and I probably did a frame by frame Print Screen to get around it.
    If it's single frame swf, then that's probably all you're going to
    get is one frame as an output.
    You may be able to incorporate a jpeg encoder of some sort to
    take snapshots as the piece animates in some form of loop fashion,
    but I'm not savvy in that dept.

  • CS4 InDesign Facing Master to only right Single Master Page

    I have a catalog set up as facing pages. I set up the Master Pages as 2 page Spreads.
    Now, the client wants to make an e-catalog (or pdf) out of it. They want all the pages to have the RIGHT hand master page layout.
    When I change the document set up to non-facing pages, I get only the LEFT master on each page.
    The right Master page is still there, but when I change the master options to one page, I get only LEFT page again.
    The only way around I can see, is to copy the right hand master, delete it, and paste it into a single master page.
    Is there an easier way? Do most people use the left hand page for times like this instead?
    I have several of these to do, so the less time it will take the better.
    Thanks!

    P Spier wrote:
    What Paul said, but watch out for any overridden master items.They'll remain on the pages and the new ones will be behind them.
    and we won't bother mentioning how it's possible to avoid this...
    Harbs

  • How to insert sales text (MM02) into a single record of a Ztable.

    Hi,
    I'm extracting data from different data base tables and populating a Ztable which has Matnr as primary key and sales text as a field.
    I have already used READ_TEXT to display the text and it is displayed in multiple records which in turn leads to duplication of Material numbers.
    Now I want to avoid duplication of records (Matnr) as this being a primary record, and display the sales text of a particular material number into one single record.
    Can anyone tell me how to insert sales text (MM02) transaction into one single record.
    Thanks,
    Govind

    sorry i am not enough clear about your requirement...
    as i can understand i am explaining to you.
    suppose your itab contains repaeating matnr.
    matnr
    1
    1
    2
    2
    2
    3
    3
    like this.
    data : text(200),
             matnr like mara-matnr.
    loop at itab.
    call READ_TEXT fnmodule.
    loop at tline.
    concatenate text tline-tdline into text.
    endloop.
    matnr = itab-matnr.
    at end of matnr.
    itab1-matnr = matnr.
    itab1-text = text.
    append itab1.
    clear text.
    endat.
    endloop.
    NB change the code as per your requirement
    regards
    shiba dutta

  • How to insert e-mail into a customer master data

    Hi all,
    i need to insert e-mail into customer's master data, which bapi can i use? and, if that possible, how?
    i explain the situation: we need to let some users change a customer data, what we want is create a transaction, let say ZXD02, that only let a user add or change emai for customer and update the Notes (see attachment). What user do, have to be replicated in Master Data in General Data-->Address-->E-Mail
    Any suggestions?
    Thnks a lot

    Hi Cristina Martínez Eguiarte
    We can implement field level authorization in SAP standard IMG settings. There is no need of any exit BAPI or screen/transaction variant for this. Please go through my doucument in which I have shared the process and settings. I did this for some other field and I hope you can do it for Email ID field as well.
    Field level authorization for customer and vendor master in SAP.
    Please test and update.
    Thank$

  • Insert data from two rows into a single row in a new table

    Hi
    i have a table like the following
    Deptno Dname      Salary
    10     Computer     2000
    10     Computer     4000
    10     Computer     3000
    10     Science     6000
    10     Science 1000
    10     Science     4000
    10     Science     10000
    I want to insert data into a new table like the following
    Deptno MaxSalCom     Minsalcom MinSalSci     MaxSaSci
    10     2000     4000      1000     10000
    Deptno--As in Table1
    MaxSalCom--Maximum salary for Dname " Computer"
    Minsalcom--Minimum salary for Dname " Computer"
    MaxSalSci--Maximum salary for Dname " Science"
    MinsalSci--Minimum salary for Dname " Science"
    Please help me how to go about it

    with data as
    (select 10 dno, 'Computer' dname, 2000 sal FROM dual
    union all
    select 10, 'Computer', 4000 FROM dual
    union all
    select 10, 'Computer', 3000 FROM dual
    UNION all
    select 10, 'Science', 6000 FROM dual
    union all
    select 10, 'Science', 1000 FROM dual
    union all
    select 10, 'Science', 4000 FROM dual
    union all
    select 10, 'Science', 10000 FROM dual
    select dno, min(decode(dname,'Computer',sal)) min_sal_comp , max(decode(dname,'Computer',sal)) max_sal_comp,
    min(decode(dname,'Science',sal))min_sal_sci , max(decode(dname,'Science',sal)) max_sal_sci
    from data
    group by dno;

  • Inserting values into multiple tables in one jsf page with single commit op

    hi all,
    i have two tables ,
    one is parent table and other is child record.
    record details:
    table1:(parent table)
    emplid (primary key)
    empl_name
    table 2:(child table)
    empl id ( Foreign key)
    empl_name ( Foreign key)
    contact_no (primary key)
    my senario is , i need insert values into both parent and child table in one save option.
    and both the tables will be in one jsf page.
    is this possible to do?
    thanks all,
    regards,
    M vijayalakshmi

    hi,
    i feel my question is not clear.
    let me explain my question clearly.
    1. i have two records
    *1. emp_names*
    attributes of this table is 1.emplid
    2.emp_name.
    emplid is a primary key.
    2. emp_contact
    attributes of this table is 1.emplid
    2. contact_no
    In this table emplid is forigen key from emp_name table
    contact_no is primary key.
    and my senerio is,
    for one emplid there are many contact no.
    in database diagram i have created these two entities. and from that i have generated two views objects.
    now in jsf page ,
    i shd have all fields from both the records.
    wn ever i click on add button , i shd be able to insert one complete row of data to both the tables.
    means,
    emplid
    empl_name
    contact_no.
    and if i click on commit button data shd be insert in both the tables.
    so how to achive this?
    am very beginner to the jdeveloper tool.
    regards,
    m vijayalakshmi.

  • Inserting FLASH into Dreamweaver cs3

    I am trying to build a VERY basic website in Dreamweaver. Using their single fixed column, centered,template, i would like to ad 2 flash items, a menu and small movie, in to he top of the column. (Both flash items are larger than the column with, if that matters,i was going to resizxe them  nce  i  got  this part of the  cose  correct)
    For some reason the flash movie shows in my Dreamweaver preview, but not when i load it live online  @ www.srg-buffalo.com.
    The address i have used for the flash movie is: http://www.srg-buffalo.com/flash/header_v8.swf
    The website is hosted at www.swq-buffalo.com, if you want to check out the source code.
    I have no idea what I am doing wrong, i thought it was pretty simple, there is no flash block via my go daddy host.
    How i  inserted it  via dreamweaver  cs3:
    Insert> Media> Flash.
    URL= http://www.srg-buffalo.com/flash/header_v8.swf
    What am  i doing wrong?
    Thanks for any help.

    Thank you,
    That rung a  bell.
    I uploaded  both  saved .SWF documents to  the Scripts directory.
    There was also  a  Scripts dirrectory saved  with index.html,  in this directory was the  AC_RunActiveContent.js  file,any thoughts on that?
    i  uploaded it to  scripts,along witht he  others, and the space  dedicatd to the flash events is there, but they are not  showing.
    http://www.srg-buffalo.com/
    D. Jude Bulera
    Buffalo, NY
    [email protected]
    Date: Wed, 17 Aug 2011 12:45:32 -0600
    From: [email protected]
    To: [email protected]
    Subject: Inserting FLASH into Dreamweaver cs3
    When you insert the SWF, you shouldn't have to actual type anything - it's a browse and select process and will automatically enter the correct path to the SWF. Then you have to upload the page and the SWF file. This next part I think has changed in later versions of DW, but in CS3 I'm pretty sure the process will also create a folder named Scripts. This folder along with it's contents also need to be uploaded.
    >

  • Which trigger to use for insert data into db table in Forms

    Hi,
    My form is current having a database block with table reference. When enter data into form field and click on save button. Automatically the record is inserted into database table.
    I want to make this as manual insert. I changed the data block to a non-database. Where should i write the insert statement in order to insert data into table.
    Is it Key-commit trigger at form level?
    Please advise.
    Thanks,
    Yuvaraaj.

    Hi Yuvaraaj.
    Insert should happen when we click on the save which is inbuilt in the form. In this case where should i write the insert statement.Forms in built save commit's the form data where block is based on database not non database.
    @2nd reply
    Ypu are right. The reason i chnaged the database block to non-database is Currently i have a database block with form field canvas which insert only 1 record in to >table when we click on standard save button. The requirement was to add a field called CHANNEL which should have multiple values displayed. (i created this channel >field in a seperate datablock (non database) and used the same canvas.) When we insert data in all fields (single record) and channel we should be able to selected >multiple channel (say A,B and C) when we click on save then 3 records should be inserted in to the table which looping values for each channel. This was the actual >requirement and this is the reason why iam changing the block to non-database block.You are talking about two blocks.. 1. Master block and 2. Details block name channel
    You are inserting one record in master block then insert 3 record name A,B,C for that master record.
    Now you want master record should insert to each A,B,C record. Means
    'how are you' --master record
    and you want
    'A'- 'how are you'
    'B'- 'how are you'
    'C'- 'how are you'OR
    ?Ok. If you want master record save in database and then want to save non-database(channel) data into database USE Post-Insert trigger at block level and do the rest.
    Hope this helps...
    Hamid
    Mark correct/helpful to help others to get right answer(s).*
    Edited by: HamidHelal on Jan 26, 2013 1:20 AM

  • Why does RoboHelp 8.0.2 randomly insert javascript into all WebHelp topics?

    RH can randomly insert javascript into your project (can be in the <head> tag or <body> tag in all topics in the project) which evidences itself with red boxes in the editing pane, and duplicate breadcrumb links in the WebHelp output. Even if you clear the Add Breadcrumbs Links checkbox while setting your project's properties, you will still have some breadcrumbs in various topics (RH randomly assigns breadcrumbs to topics with no logic that I can see). After deleting all instances of the red boxes, RH inserted javascript again in the next compile.
    When you click the HTML tab you will see something similar to the following (the javascript has been highlighted):
    I was able to recover to a previous version (without RH's random destruction) b/c I used SVN, but I now have zero confidence in RH's stability. I definitely did not insert the above javascript into my project. I kept the default setting for the compiled help to go to the subfolder of the help system (i.e., !SSL!, WebHelp). Does anyone know why this happened?

    I'm not sure if this is the same issue, but it sounds close enough that I'd like to post it here...
    Issue
    I was either getting topic breadcrumbs in all of my topics (when they shouldn't have been), or getting "double" breadcrumbs (one stacked on top of the other) when I only should have had one breadcrumb. However, I didn't want any!
    Background
    By the time I had inherited this RH project (WebHelp), it had been worked on by at least three people over five years, using older (pre-9.0) versions of RH. I had just loaded RH ver. 9 when I took it over.
    Solution
    I noticed that there was a "breadcrumb" placeholder in the master page (xxxxx.htt) of the project. In the Single Source tab, when I right-clicked on WebHelp (Primary Output), and did not check the "Add breadcrumbs links" under the Navigation pane, I only saw one breadcrumb link in my generated output. When I checked the "Add breadcrumbs links", I saw two breadcrumb links in my generated output. When I deleted the "breadcrumb" placeholder in the master page (xxxxx.htt) of the project and did not check the "Add breadcrumbs links" under the Navigation pane in the WebHelp (Primary Output), then I finally saw no breadcrumbs in my generated output. Likewise, when the "Add breadcrumbs links" was checked, one breadcrumb was generated in the topic.
    Lessons Learned
    I suspect that either an earlier version of RH did not have this "Add breadcrumbs links" under the Navigation pane when you generated output (which mean that an earlier RH author had to use the breadcrumbs via the "placeholder" feature on the master page), or someone just didn't know how to implement the "breadcrumbs" feature correctly. In either case, I'm a little wiser from all of this!

  • I am making a calendar in iPhoto, picking photos from a folder, let's call it "2011 Pics," in iPhoto. After arranging all the photos and captions I decided I wanted to insert a new photo -- one that was not in "2011 Pics." So I inserted it into the folder

    Add new photo to existing calendar folder in iPhoto
    I am making a calendar in iPhoto, picking photos from a folder, let's call it "2011 Pics," in iPhoto. After arranging all the photos and captions I decided I wanted to insert a new photo -- one that was not in "2011 Pics." So I inserted it into the folder, but the picture does not show up on the scrolling menu of pictures at the left of the calendar-making page. This happened last year and in frustration I started all over again. But surely there is a way to add a new picture to a calendar that is already laid out.

    Yes, the Old Master file has a folder for each year where I find all photos from that specific year. I am attaching a screen shot of the file.
    In the meantime i have managed to download all photos (it did not download any video files though in mpg, avi, 3gp, m4v,mp4 and mov format) to a new iphoto library. Unfortunately the photos are quite mixed and often doubled up. I ma considering to purchase iphoto library which checks all duplicates in iphoto. this will save me a lot of time. What do you think?

  • Problem in inserting data into MySQL table

    Hi All,
    I have a table with just two fields FIRSTNAME and SECONDNAME in MySQL. I am accepting the First Name and Second Name in two text fields and then trying to insert them into the MySQL table. I have set the concurrency of the rowset to CONCUR_UPDATABLE and am using the code clip for Database row insert with the appropriate changes. When I run the application it doesnt give me any errors but the data is also not inserted in the table. Can someone pls help me out.
    Loneliness wins the race :-)

    This is my problem when inserting single row. What does it means ?
    MusicInsert: com.mysql.jdbc.NotUpdatable: Result Set not updatable.This result set must come from a statement that was created with a result set type of ResultSet.CONCUR_UPDATABLE, the query must select only one table, and must select all primary keys from that table. See the JDBC 2.1 API Specification, section 5.6 for more details

  • Acrobat XI PRO: Create a Table of Contents (TOC) automatically in top, after I have combined several pdf.files into a single pdf.file

    Hey
    I have now tried for hours, but now I give up!
    MY WISH -
    Create a Table of Contents (TOC) automatically after I have combined several pdf.files into a single pdf.file.
    I have already bookmarks, shown on the screen (see screenshot below) but I want those bookmark to be visualised in a separate TOC in the top of the combined files.
    This new TOC (which I have inserted) shall be printable and serve as a cover page in a binder.
    I have seen other cheap pdf.programs in the market (e.g. PDF Converter Professional 7.3) which are able to make the above things, easy, fast and nice.
    Regards
    Ole Bünger, Kristianstad Sweden

    Somewhat roundabout way but this should work:
    Is there easy way to print bookmarks Acrobat Pro 9.5

  • Converting a single frame swf to a gif

    I have a couple of really cool animated 'shockwave flash
    movie windows projector' images that i would love to convert into
    animated gif's so that I can edit them to work in a theme I'm
    designing for my sony ericsson w580i. I was finally able to convert
    the exe files into swf's... but that didn't really do me any
    good... same issue. Also upon further scrutiny I discovered that
    both animated file types have only 1 frame! What should I do?!
    Please help!!

    I've experienced the same thing sometime long in the past,
    and I probably did a frame by frame Print Screen to get around it.
    If it's single frame swf, then that's probably all you're going to
    get is one frame as an output.
    You may be able to incorporate a jpeg encoder of some sort to
    take snapshots as the piece animates in some form of loop fashion,
    but I'm not savvy in that dept.

Maybe you are looking for

  • SQL Query for Date field updation

    I want a query from u.. Hope u help me with a solution soon.. My Q: I want to update a date field in Oracle database. But the condition is that i shouldnt change the hours, minutes & seconds of the date field. generally , if we update the date field

  • Will my friend be able to use voice to text on her iphone 4 after upgrading to IOS 5?

    My friend thought she would have the ability to use voice to text message on her 4 after upgrading to IOS 5.  Will she be able to?

  • Problem with making call on my PAP2T

    I've configured my PAP2T, and got a strange issue: each reboot of the PAP2T device will only allow me to make one call, each call after that will get a busy signal. Please help me!!! Thanks!

  • Trying to add Chat with Cbox

    Okay, this is what it should be doing (at someone else's site): http://agent96.batcave.net/ This is what it's doing on my site: http://web.mac.com/dzari/iWeb/Braam/test3.1.html I'm pretty sure that I already know the answer, that iWeb just won't acce

  • Deleting  photos from iPhoto 9.1.1 library to create free memory on HD

    hi forum, I am looking for some guidance on what how to free up space on my hard drive which is critically full. my big data hog is iPhoto. I am using version 9.1.1 on Mac os x 10.6.7 I have backed up the entire library to an external hard drive as w