Internationalize DesignStudio Applications by reusing RSBEXTEXTS table from...
Hi community, in my last DesignStudio customer training my participants were discussing about possibilities to internationalize a DesignStudio application. Here is a way that seems to be a good one...
View ArticleDS 1.2 SDK - Rapid Prototyping Addon HTML/JS Templating
Update: Since there was enough interest, here's the source code available on GitHub (Hey, SCN, since you killed Code Exchange, you got a better place for me to stick it? (No pun intended.)...
View ArticleCreate chart with completely manual values without SDK component
Hi community,as you know you can do a lot of calculations in the scripting areas of design_studio. These calculated values can be presented in Text Field components very easily using the "setText"...
View ArticleDS 1.2 SDK - Use both sides - Double Sided Tiles
Like they said in school. Use both sides of your paper! Below is an extension of my HTML Templating example, with some CSS3 flipping goodness. Inspired by the SCN Reputation Missions tiles that you...
View ArticleDesign Studio dashboard application based on a Universe as a data source -...
Very kindly one of Santa's little helpers gave me a copy of "Mastering SAP Design Studio" by Ingo Hilgefort just before Christmas which encouraged me to use a few of the quiet days over the Christmas...
View ArticleDS 1.2 SDK - Building a SAPUI5 Toolbar
While you can use the BI Action Language (BIAL) in Design Studio to simulate a toolbar, and even play with toggling of states and repositioning hidden buttons, it is a lot of overhead and math to do...
View ArticleHow to enable hierachical display of rows/columns in Initial View
Hi all, i'm using DesignStudio since version 1.0 but it took me until today to find out that it is possible to enable the hierarchical display of the elements in the Initial View editor. Sometimes it...
View ArticleDesign Studio 1.2 SDK - Enhancing the 'Simple Table' SDK Component
I recently saw a question in the SAP BusinessObjects Design Studio space asking how to make a selectable version of the Simple Table example provided with the Design Studio SDK. Below was my approach...
View ArticleDesign Studio 1.2 SDK - An adventure in creating a data bound Chart Component...
Update:Github Link: entmike/com.sample.highcharts · GitHub Original Post:This blog post is a long time in coming, as what started as one thing, ended up being something quite different by the time I...
View ArticleDesign Studio Webcast Summary - Beta SDK Program to Transition
I attended this webcast last week sponsored by APOS. SAP's Ian Mayor discussed Dashboards and Design Studio. Hopefully everyone has seen this: Figure 1: Source: SAP Ian showed other similar slides...
View ArticleDesign Studio 1.2 SDK - New approach to a toolbar component using SAPUI5 Handler
This could be considered a part 2 of my original post related to creating a Toolbar component using SAPUI5 Framework. You can read that blog for the rationale behind the toolbar idea (Design Studio...
View ArticleChanging the Background color in text box using Custom CSS.(With some...
Hi community,If You want to use condition formatting in Text Box or wanna change the background/font-color based on different selection then i think it may help you. Here i put a dimension filter and a...
View ArticleDesign Studio 1.2 SDK - An Image Component free of MIME Repository worries
I've seen a few discussions like "Where's my Image file when I publish my dashboard?" or similar. It might be related to someone having put the image in a Favorites folder in the BO Platform or...
View ArticleNew to Design Studio? Check out Free Learning Hub Options
You can check out the blog Learning & Earning – How to get SCN points & badges by learning with SAP Learning Hub and the list of free courses on learning hub SAP Learning Hub Free Courses...
View ArticleDesign Studio SDK - Hands on Workshop available!
Hi all,Design Studio SDK is opening a new way to enrich your Design Studio Applications. When you follow the Design Studio Space you see that many people are trying to build up their first own SDK...
View ArticleHierarchical - Tree Table
Hi there, I developed a Tree table, using SAPUI5 and Design Studio SDK. Since it's one of my first SDK components, I'd love to get some feedback. Here is the code. olafecorcam/com.leandro.gp.uitable ·...
View ArticleHow to analyze Code Coverage Results with SAP Design Studio on top of HANA
In a world where Computer applications go hand in hand with the user to make a life easier, it’s very important to identify how effectively they have been designed and developed. There are various...
View ArticleSDK Component to export table to Excel
Hi, I created a button component that you can use to export any table inside your application, all you have to do is include it and give the name of the table you want to export. First add the button...
View Articlea new SDK bar chart
Some time ago I already made some bar charts, but now I wanted to expand it to more or less a complete version. Something one could imagine using in an actual dashboard.With the help of the new SDK...
View ArticleComboBox with custom items
Hi there, This component will allow you to create a combobox with any item you desire. All you need to do is set the Items property with the following string pattern KEY,TEXT;KEY2,TEXT2;KEY3,TEXT3 And...
View Article