SAP Design Studio 1.3 Chart Tooltip Format Broken?

Design Studio 1.3 now offers the ability to format the X axis, Y axis, DataLabel, and Tooltip for a chart. 
All of the items listed above honor formatting in the chart, except the Tooltip. 
The screenshot below will show you a DataLabel formatted as percent using this formula: "0.00%"
Now I'm going to apply the exact same format formula ("0.00%") to the Tooltip, and it will not work correctly.
As you can see, it will not honor the formatting in the Tooltip.  I have tried to using the built in formatting like: "#,##0", "#,##0.00", and "$#,##0".
The built-in formulas do not work for the Tooltip either.
Does anybody have any ideas how to get the Tooltip to format?

Hi Joseph,
Did you find your way around this issue ?
I'm experiencing the same and it is quite troublesome :S
Cheers,
SJR

Similar Messages

  • Show Only First N Rows in SAP Design Studio Chart/Table

    Hi,
    Is it possible to show only first N rows of data in SAP Design Studio Charts/Cross Tab ?
    Eg
    Bex Query Output
    Here If I mention First 2 rows, my chart looks like below
    If I mention First 4 rows, my chart looks like below
    Thanks
    Anil

    Hi Mustafa,
    Thanks for your reply.
    Actually our requirement is, we have one Bex Query where we are using Ranking Function.
    We have 15 customers, and we need to know the ranking based on some calculations.
    Whenever we execute the query with different time periods, the ranking of Customers will vary, for example if I execute query for year 2014, customer 1 can be Rank 1, If I execute for year 2013, Customer 7 can be Rank 1.
    From this Query I need to show only Top 5 Customers in Cross Tab/Chart.
    We tried to put condition on CY Ranking in Bex to show only Top 5, but the result was giving some diff customers and also for all Time periods we are getting same Customers In Top 5.
    To overcome this, we thought instead of putting condition on Bex side, we are trying to pick only first 5 rows from Bex Query and show them in Chart/Cross Tab, something like we will map only first 5 rows in Xcelcius.
    We would like to know is there any functionality in Design Studio to show only first 5 rows of data.
    Regards,
    Anil

  • Unable to embed External CSS file, dropdown list,filter panel and dimension filter are not working in SAP Design Studio Tool

    Hello Everyone,
    I am new to SAP Design Studio. I am working on creating dashboards and I am using Design Studio 1.2 version. Please suggest some solutions for the following issues. Thanks in Advance.
    1. External CSS file which is embeded using custom CSS option under "application component properties" is not working.
        * I kept the external CSS file inside repository-> my application folder.
    2. During runtime, getting javascript error while selecting '-' option from filter panel.
    3. Unable to select or type dimension name under "dimension filer component" properties.
    4. Getting runtime error for dropdown list, and I have inserted the following code under "onStartup" option of Application component properties.
    "DROPDOWN_1.setItems(DS_1.getMemberList("PRODUCTREF", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 20));
    and dimension values are not populated in auto suggest."

    There should be an Error Log under View > Error Log that gives you more details of these errors.  Could you add that?  There is also a View > Script Problems log that provides more details as well.

  • SAP Design Studio Bookmark security

    We like the new feature in 1.3 which allow us to save bookmark / navigation state in SAP Design Studio application. However it looks like it require Administrator rights for users to be able to save or delete it. We were not able to locate what security required in BI for end users, and we are reluctant to give Administrator right to them.
    Does Design Studio 1.3 come with new security to allow user to add/delete bookmark? Anyone out there able to assist us to pin point which security is required?

    Hi Steven,
    I am not sure it is security
    Please look at the SAP help at https://websmp202.sap-ag.de/~sapidb/011000358700000449022014E/ds13_admin_bip_en.pdf
    Notice this picture/section:
    Could you check on this to see if it helps?

  • Facing following issues with SAP Design studio tool

    Hello Everyone,
    I am new to SAP Design Studio. I am working on creating dashboards and I am using Design Studio 1.2 version. Please suggest some solutions for the following issues. Thanks in Advance.
    1. External CSS file which is embeded using custom CSS option under "application component properties" is not working.
        * I kept the external CSS file inside repository-> my application folder.
    2. During runtime, getting javascript error while selecting '-' option from filter panel.
    3. Unable to select or type dimension name under "dimension filer component" properties.
    4. Getting runtime error for dropdown list, and I have inserted the following code under "onStartup" option of Application component properties.
    "DROPDOWN_1.setItems(DS_1.getMemberList("PRODUCTREF", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 20));
    and dimension values are not populated in auto suggest."

    Hello,
    Check the following components are installed on the local machine of your application designers;
    1) 32-bit Version of Java Runtime ENvironment 1.6 or 1.7 ((http://java.com/en/load/index.jsp)
    2) Internet Explorer 9.0
    or May be just uninstall and again reinstall
    regards,
    Anand Kumar

  • SAP Design Studio 1.2

    How does absence of Mobile SDK support in sap design studio 1.2 affect the mobile solutions?
    Regards,
    Tanisha

    Hi,
    Try adding "DS_1.setFilter("Dimension Name", DROPDOWN_1.getSelectedValue()); " after
    "DROPDOWN_1.setItems(DS_1.getMemberList("dimension name", MemberPresentation.INTERNAL_KEY, MemberDisplay.KEY, 10));"
    on startup event too.  You should tell the application that you need to filter the data, even if you don't select it manually from the dropbox, in other words ; on startup. 
    Regards,
    Onur

  • HANA Stored Procedure in SAP Design Studio

    hi there,
    I developed a HANA stored procedure, I want to implement this procedure in SAP Design Studio. following scenario:
    if Button Click, the Procedure is executed and the result of this Procedure is shown in a crosstab.
    I can maybe help someone, maybe someone has tried something similar.
    Thank you 

    hi,
    I developed in Hana a calculation view with script, cfr stored procedure, this view I can use as a datasource in my SAP Design Studio.  The loading of your datasource can be triggered by your button:  set datasours load in script true, radiobutton event: DS_1.loaddatasource ();
    Is this work around okay for you.
    Greetings
    Koen

  • Does SAP Design Studio 1.2 supports BEx conditions....?

    Hi All,
    Have one scenario where BEx query is having condition (Ex: Keyfigure not equal to '0'). But in design studio, values are not applied with condition.
      FYI - One of the documents from SAP, it supports...plz check attachment
    Kindly give your comments...

    Here is the scenario
    Am having a BEx query with a condition (Margin not equal to '0') and output of BEx is showing correctly (value - 9575). When i use the same query in Design Studio, output is 106219 which is aggregated value. Verified in BEx output.
    As you recommended, i enabled to 'True' the conditional formatting, still expected value is not coming.
    Kindly give your inputs

  • Ranking In SAP Design Studio 1.3

    Hi,
    Is there a way we can rank a dimension in Design Studio 1.3?
    Thanks & Regards,
    Mitalee

    Try looking at BEx Conditions and see this thread http://scn.sap.com/thread/3493392
    Also, please remember to search before you post per SCN rules of engagement; it is not clear you have done that.
    Thank you

  • SAP Design Studio SDK Editing

    Hi,
    I am an SAP BIBO consultant. One month before I started using Design Studio 1.2.
    Is there any document that will help in BIAL coding???.
    Can anyone please show me from the scratch how I can edit the existing standard components in the Design Studio through SDK. I have tried up the addition of Custom components(Colored Box, Google Maps) in Design Studio. That worked fine. But my issue in modifying or editing existing components. How I can import those standard components to Eclipse and how to start editing???
    Also one more thing, please show me from where I can download the UI Development Kit (SAP UI5) for Design Studio 1.2. and how to install the same.
    I am using,
    Eclipse Helios
    JDK 1.6
    Please help me in this........
    Regards,
    Arun Krishnan.G

    Hi Arun,
    In answer to your questions:
    1.  You can learn about BIAL scripting through the following resources:
    Design Studio Application Designer Guide
    Design Studio Tutorials
    Getting Started with SAP BusinessObjects Design Studio
    Design Studio e-book
    2.  It is not possible to modify the functionality of the standard Design Studio components via the SDK.  You can however modify the appearance of standard components by applying CSS as shown in this tutorial video.
    3.  You do not need to download the UI5 Development Kit to incorporate UI5 controls into SDK components.  To access a UI5 control you need to develop the component using Handler Type "sapui5".  The approach is described in Section 6 SDK Extensions Using SAPUI5 Controls of the Developer Guide.  You can also download the SDK Templates and Samples which include UI5 examples.
    Regards,
    Mustafa.

  • How to join SAP Design Studio - Design Council

    Hello Everyone,
    Does anyone know how to join Design Studio - Design Council.
    I am working on a internal project and would love to provide feedback to product team at SAP.
    Thanks,
    Rajan

    I am not aware of a council like this for Design Studio
    There is SAP Lumira's Momentum Grows – Join the BI Design Council, and Co-Innovate with us! for Lumira
    ASUG has a Design Studio Influence Council.  If you are an ASUG member, you can contact ASUG about it at influence at asug dot com.
    You can also provide feedback on Idea Place - ideas.sap.com
    Tammy

  • SAP Design Studio ODBC Driver Not Found error while creating HANA connection.

    Hi,
    While creating SAP HANA ODBC connection in Design Studio via Tools > Preference > Application Design > Backend Connection. I am getting error ODBC Driver Not Found. Error screen shot is attached.
    My Design Studio version is 1.3 win 32 bit
    My OS Win 7 64 bit
    I have installed both HANA client 32 bit and 64 bit.
    I have tried creating DSN ODBC connection via "C:\Windows\SysWOW64\odbcad32.exe" and via Control Panel > Administrative tools > Data Sources(ODBC). But it does not detect it either.
    I am not sure what needs to change to let Design Studio know which HANA client driver to use.
    Please help!.

    Hi Rohit,
    This seems to be a known bug with Design Studio. Please see the SAP Note below on this.
    1774480 - Fix launching of ODBC Data Source Administrator
    Regards,
    Abhijit

  • Upload Local Application option is not available under Tools menu: SAP design studio

    Hi All,
    I have created dashboards in design studio 1.3 in local mode. Now I want to upload my application to the Business Intelligence platform. So I referred the below thread.
    Design Studio 1.0: Upload a Local Application to the Business Intelligence Platform
    But for me under tools, Upload local application option is not available. Do I have to add some connections in preferences option to make it visible. Please reply ASAP I have to upload immediately
    Thanks in advance.
    Regards,
    Saranya S

    Select Tools, Preferences, under Preferred Startup Mode, select BI Platform
    Please be sure in the future you search before you post, per SCN rules, as this has been answered before.

  • SAP Design Studio 1.2 sp01 Filters logic is required for drop down list component

    Hi all,
                   I am working with sap ds 1.2 sp01,In dropdown list, assume it has X,Y,Z. So defaulty it shows first  "X' value in Dropdown list , but in Croos tab from DS_1, it is not related to "x" value, it shows overall Values In formation,but i want "x" value Information.. How can i get in DS?, PLEASE HELP ME OUT.
    .below logics i applied in drop down list component.
                 DS_1.setFilter("Dimension Name", DROPDOWN_1.getSelectedValue());
    and below logic in Application on Startup event:
    DROPDOWN_1.setItems(DS_1.getMemberList("dimension name", MemberPresentation.INTERNAL_KEY, MemberDisplay.KEY, 10));
    Thanks
    Thiru.G

    Hi,
    Try adding "DS_1.setFilter("Dimension Name", DROPDOWN_1.getSelectedValue()); " after
    "DROPDOWN_1.setItems(DS_1.getMemberList("dimension name", MemberPresentation.INTERNAL_KEY, MemberDisplay.KEY, 10));"
    on startup event too.  You should tell the application that you need to filter the data, even if you don't select it manually from the dropbox, in other words ; on startup. 
    Regards,
    Onur

  • Login Issues to SAP HANA from Design Studio

    Hello All ,
    I am pretty newbie here so the question might seem a bit elementary .We are trying to connect to our SAP HANA environment from Design studio .When we are pinging the XSEngine URL it is responding properly .But when we are  trying to connect from Design Studio the following error occurs .
    Here is the landscape we have designed so far :
    HANA Server is installed .
    BOXI 4.1 SP 5 server is installed .
    HANA and BO servers are communicating through SSL .
    Design Studio Add-on is installed on BO server .
    When we tried to explore the path using HANA explorer we found the path mentioned in the error screen does not exist .
    What we need to do to overcome this error ?
    Regards,
    Sourav Roy

    Hi Sourav,
    As mentioned by Karol, you have to deploy the DS-HANA Addon on your HANA System.
    How to Document : Getting Started on SAP Design Studio 1.3 powered by BW on HANA – Part 2
    Overview and Permissions : Design Studio 1.3 on HANA Platform
    Thanks,
    Poovin.

Maybe you are looking for