Embedding Xcelsius Dashboard using calculated fields (not static field)

Hi,
I can succesfully embed the Xcelsius dashboard toi Crystal and maintain the correct assignments in the data consumer and Flash Binding Expert.  When the data changes in Crystal Reports, the chart is also changed however I am having problems when I want to use a value slider to manipulate data...When I base the chart data on a column of values that is generated using a formula for example.  Sales  * Percentage Increase.  I can not get this to work.
When I run the report, I only see the static data which was used when the Xcelsius dashboard was generated.
Using the flash binding expert I assign the data values to existing fields in the report, but I am wanting to assign the data values to this calculated range which is only in the Xcelsius spreadsheet, please help me in how I can do this.
Thanks,
Rich

Hi this is solved, i just needed to link the field to the original field, not the formula.  Xcelsius makes the connections in the background

Similar Messages

  • Info needed on how to design xcelsius dashboards using SAS data sets.

    Is it possible to design a xcelsius dashboard using SAS data sets?  Any info on this subject is highly appreciated.  Thanks.

    Hi,
    I am not much aware of the SAS datasets, but i can definitely provide some pointers on what data Xcelsius could consume.
    Assuming you use Xcelsius 2008 - you can have static data within the embedded excel sheet..
    You can recieve dynamic data using
    1. QAAWS
    2. Web Services
    3. XML data
    4.Live Office
    and more....I am sure some of the Gurus could provide better pointers.

  • Can Xcelsius dashboard open in Lotus Notes?

    Does anyone has experience using Xcelsius dashboard in Lotus Notes?

    For anyone reading this a couple of years on, you would still be best keeping the flash file outside of the Lotus Notes client.  However, you could get it to run quite nicely within an XPages application.  XPage applications run in the browser but can be taken offline in the same way as legacy Notes applications.

  • Using Objects to Initialize Static Fields: Good or Bad

    I have a Command interface and a bunch of Commands that implement it (i.e. CmdJoin,CmdQuit). These Commands' settings change at runtime (i.e. required access levels, String identifiers). I don't want to have to store an instance of each Command in a database to save their settings , so instead I'm using the obvious solution: making static fields in these commands for these settings. This way, I can use a Simple Factory to return a Command, change its settings, execute it, and forget it, and still have the settings for that Command apply to all Commands. Yet I want to be able to modify and access fields of different Commands polymorphically. How can I have these commands' settings-related fields be static while modifying and accessing these fields polymorphically?
    Here's what I have though of. First of all, interfaces can't have static methods. Secondly, neither can abstract classes. I also can't extend a base class which implements these settings-related fields and their interface, because then the fields would belong to all child classes of this base class, whereas I just want it to belong to a certain child class of the base class (i.e. all instances of CmdJoin or CmdQuit).
    I've thought of two solutions.
    The first is implementing a concrete interface in an abstract base class (getting rid of the Command interface) and overriding it in child classes, so that I can use the interface of the base class and the fields of the child classes.
    The second is having no base class, and just a bunch of Commands implementing the interface with their own static fields. I would initialize these fields by passing arguments to their constructors.
    These solutions seem very sloppy though! Are there any better ways?

    To clarify, I want all objects of type A to be able to respond to a static method declared in type A yet still remember their implementation of this static method. I provided two solutions that I have thought of, and I find them sloppy, so I'm asking if there's a better way.

  • Xcelsius Dashboard based on BI Query

    Hi,
    We want to embed an Xcelsius dashboard into our application. All other forms of Xcelsius dashboard work except for the one based on a SAP BW Query. The Xcelsius dashboard work fine in the portal when we embed the Xcelsius dashboard into an iView.
    We identified that if we pass the following parameters to the dashboard it should work but not sure what it means. Can you help us identifying what does it mean and from where can we get these paramaters.
    Regards,
    Tarun
    BICSWS_PAGEID = "BICSWS_PAGEID";
    BICSWS_ENDPOINT = "BICSWS_ENDPOINT";
    BICSWS_TICKET = "BICSWS_TICKET";
    BICSWS_LANGUAGE = "BICSWS_LANGUAGE";
    BICSWS_DECIMAL = "BICSWS_DECIMAL";
    BICSWS_THOUSANDSEPARATOR = "BICSWS_THOUSANDSEPARATOR";
    BICSWS_MONTHSLONG = "BICSWS_MONTHSLONG";
    BICSWS_MONTHSSHORT = "BICSWS_MONTHSSHORT";
    BICSWS_DAYSLONG = "BICSWS_DAYSLONG";
    BICSWS_DAYSSHORT = "BICSWS_DAYSSHORT";
    BICSWS_DATESEPARATOR = "BICSWS_DATESEPARATOR";
    BICSWS_TIMESEPARATOR = "BICSWS_TIMESEPARATOR";
    BICSWS_DEBUG = "BICSWS_DEBUG";
    BICSWS_CONMODE = "BICSWS_CONMODE";
    CONMODE_BI_RUNTIME = "BI_RUNTIME";
    CONMODE_STATELESS = "STATELESS";

    What kind of application are you embedding it into?
    Xcelsius dashboards using Netweaver BI connection are automatically rendered through web template 0DASHBOARD_TEMPLATE in BW.

  • Answers - would like to use calculated field's name, not expression

    Hi Everyone,
    I'am trying to make several calculated fields in a single query in Answers. Each field references the previous one, and the expression of the first one is already 5 rows long.
    Now I reference it in the second calculated field by using "Edit Formula" -> "Column" -> 'Colum name'.
    My problem is, that it puts the expression of the previous field, not it's name. I have to use it for almost 10 times in this single expression, so -although it works fine- it is totally unreadable, and very hard to debug for example.
    And after all, I should use this field again, in several next calculated fields.
    Does anyobody have an idea, how to make calculated fields having only the name of referenced other fields in it?
    The repo is set for ad hoc reporting also, so using session variables which need to be set in Administrator Tool, is not an option.
    Thanks for help in advance.
    Tom
    Message was edited by:
    user608765

    Hi Venkat,
    thanks for the response. It would work, no doubt, in this special case, the problem is, that users use the repo for ad-hoc reporting aswell (and they don't have access to repo administration of course), so one can count on it, that there would be a new request of this kind every day to change the repo with customized user variables. I would like to avoid this of course.
    Having the name of a referenced field in a new expression would be a simple solution. Is it possible, that it can't be done?
    Tom

  • Using 2 data (SAP Netweaver BW) connections in Xcelsius dashboard

    I have a situation when using 2 data (SAP Netweaver BW) connections in Xcelsius dashboard.
    Break-down of issue:
    I have a toggle button in our Sales dashboard which displays Top Ten Customers versus Bottom Ten Customers.  I use the value of the toggle button to trigger the data connections.  When a user clicks the toggle button for Top Ten Customers the value of the toggle button would be a 1 which would trigger a BW query to capture sales data for the Top Ten Customers.  When a a user clicks the toggle button for Bottom Ten Customers the value of the toggle button would be a 0 which would trigger a BW query to capture sales data for the Bottom Ten Custoemrs.  NOTE: all the key figures in both querys use a scaling factor of 1000.  So for example, if invoiced sale has a value of 100,000 the scaling factor of a 1000 would display this key figure with a value of a 100.  The issue I am having with the dashboard is when I click the toggle botton for the Top ten Customers, the value shows as 100 and if i click the toggle button for Bottom ten Customers the value would show as 100,000.  I need the toggle button to show the values using the scaling factor coming from the BW queries for both Top Ten Customers and Bottom Ten Customers. It's only using the 1000 scaling factor coming from the Top Ten Customers.
    Any help on this issue would be graetly appreciated... 
    Thanks,
    Joe

    Hi, I get both. I think the errors are connected. On the one hand it is not possible to create any SAP NetWeaver BW connection, because you cannot enter the connection details- just as in the screen above. The only option you have is to use the "browse" button, but then the blank error appears.
    When trying to open a Dashboard from Portal you have to use SAP->Open and then SAP GUI should appear, but here I get the error "Could not open from SAP" instead. I have installed BEx and SAP GUI of course, reinstalled all of them two times just as recommended above, also reinstalled MS Excel, Flash, Java. Furthermore I tried to repair the installation and to change between different editions, personal, departmental etc.
    In the meantime I think it should not be possible at all to connect to BW with the departmental license key. Can somebody confirm that?

  • Using Calculated Field in Multi Value Field

    In Siebel Application
    Sales Order---> List
    There is a field call "Sales Rep" which displays an "USERID" of Order Sales Team Mvg Applet.
    But We want to display the Last Name and First Name (combined).We got the first and last name using calculated field (Active Full name).
    When I try to get the full name, the system display the name based on the "Primary position", if I step out of the particular row and come back again
    Is there any way to display the full name without step out any rows for Sales Rep field

    Your description is a little confusing. For performance reasons it is always best to set the use primary join on multi value links. This means that when multi value fields are displayed in applets they always show the primary by default. If you want to display something other than the primary what is your rational behind this and why not make the record you want to display the primary?
    Message was edited by:
    Richard@AXA

  • 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

  • Excel sheet on sharepoint to be used as source for Xcelsius dashboard

    Hi Everyone,
    We have to build an Xcelsius dashboard based on an excel sheet's data. This excel sheet is placed on a sharepoint, which will be updated periodically.
    I would like to know what kind of dat a connection i can use to fetch this excel data and publish this dashboard.
    I couldnt find any suitable type of connection in the data manager...please suggest me a way to get this done.
    Thanks,
    Shesha.

    Hi Ryan,
    Yes our customer does have sharepoint, can you please let me know how the sharepoint can expose the Excel spread sheet as a web service. I think this solution will work out, if i can get the web service. Please share the steps for this.
    Does it involve any 3rd party tools? .
    Thanks,
    Shesha.

  • ApEx BIP report using webservice: could not convert null to bean field

    Seems like a pretty straightforward problem but I don't manage to find a solution.
    I have a BI Suite implementation on one server.
    And a database with ApEx on another server.
    I want to call a BIP report from within my ApEx application using the webservices (runReport) available in BIP 11g.
    I used soapUI to test my webservice. Result : OK
    When called from within ApEx, ApEx gives me a succes message but the report isn't generated. Instead the console on the BIP server shows the following error:
    <Sep 12, 2012 10:28:37 PM BST> <Error> <org.apache.axis.encoding.ser.BeanPropert
    yTarget> <BEA-000000> <Could not convert null to bean field 'sizeOfDataChunkDown
    load', type int>
    'sizeOfDataChunkDownload' is a field of the webservice that is left empty.
    That indeed is the only difference between my soapUI test and the ApEx situation.
    In soapUI I removed all empty fields. In ApEx this does not seem possible...
    Some extra information:
    - the webservice is created on this WSDL : /xmlpserver/services/v2/ReportService?wsdl
    - it's defined as a SOAP v2
    - no basic authentication
    - the reports are defined in the BIP environment; not in ApEx
    Edited by: kcaluwae on 13-sep-2012 3:19

    I overlooked a not nillable field...

  • Use of Field "Note" (WT_WARNTXT, Tabke name-ACWT_ITEM) in Wht button-MIRO

    Dear Experts,
    What is the role of Use of Field "Note" (WT_WARNTXT, Tabke name-ACWT_ITEM) in Wht button in MIRO/FB60 Transaction.
    For what purpose it is used. This is field is allowing for any thing to be enter.
    How can we make it enable so that the geying out is removed.
    Regards,
    Alok

    Hi
    WT_WARNTXT - Field is just like a text field, you can enter the WHT information in that.
    There is no field status control available for this -  this is a structure field , which can't be controlled.
    VVR

  • I'm having trouble with using Calculated-User Can Override, it will not honor my overide

    I'm having trouble with using Calculated-User Can Override, it will not honor my overide.  I'm using LiveCycle Designer ES v.8.2

    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    No data is lost due to a reset.

  • Avoid assigning to servlet static fields without using a shared lock??

    Hi
    i received the following warning on my code, does anyone give me a help on this? Thanks
    "Avoid assigning to servlet static fields from javax.servlet.Service.service () without using a shared lock."
    And my code are as follow:
    public class MyDataSource {
        private static DataSource ds = null;
        public static DataSource getDataSource() throws NamingException, Exception
            if (ds==null){
                   InitialContext ctx = new InitialContext();
                try{
                    synchronized(getDataSource()){
                    if(ds==null){
                        ds = (DataSource) ctx.lookup(SysProperties.ds);
                } catch (Exception ex) {
                    throw new Exception("DBConnection Exception: " +ex.toString());
                }finally{
                        if(ctx !=null){
                            ctx.close();
            return ds;       
    }

    The service method of a servlet is multi-threaded to handle multiple requests. Hence,any static or public fields accessed by the service method should be restricted to a single thread access (for example using synchronized keyword) to make it thread-safe. That is why you are getting the warning message.

  • SHCess field not appearing after using utilization tab in excise invoice

    Dear All,
    SHCess field not appearing after using utilization tab in excise invoice.The other fields and values releated to SHCess are appearing.
    Please give the inputs.
    Regards,
    deepti

    issue resolved

Maybe you are looking for

  • Two Ipod minis on one computer???

    I just installed a second Ipod mini on my computer for my husband and I was able to download all his music onto it. But when I went to update my Ipod, iTunes doesn't recogize my Ipod now. What do I need to do to be able to have two iTune programs tha

  • Photoshop- Batch tool missing in Bridge?

    My Photoshop-> Batch is missing from the bridge tools menu?  And when I go into Photoshop to automate->Batch I can't choose Bridge as a source. It is there, but it is not in bold(i.e.cannot be selected.) I have checked my Bridge->Preferences-> Start

  • SAP HR - Qualification (IT 0024) - how to get them?

    Hi Gurus, I'm starting to work on SAP HR and i'm finding some difficulties with infotypes. My main problem, at the moments, are Qualifications (infotype 24). I need to read all the qualifications for a Personnel number i got from input. I think that

  • Unable to install Adobe reader Patch

    Hi, kindly help me on below issue.. I am not able to install Adobe reader patch file it is installing some systems but maximum of systems are getting failed. Here below I have attached the log file and the installation batch file whatever I am using.

  • Searching mailbox with mobile device

    Hi. A user is trying to search his mailbox with his mobile device. The phone is configured to only sync 3 days back so he "continues" the search on the server with the phone. The problem is that the phone only finds content which is 2 months old or n