Archive for the ‘Xcelsius 2008’ Category

Aug
16

Introducing Reportapalooza – SAP 1st Virtual Reality Show!

If you are on twitter following the @XcelsiusGurus you’ve probably heard the new buzz word #Reportapalooza, SAP’s new virtual reality show where 5 Crystal Reports / Xcelsius experts will compete for prizes. The cool part?  All challenges will be judged by YOU, yes YOU the community who will also have the chance to participate and win fun prizes.  Think ‘American Idol’ except instead of singing we are building reports. Oh yeah,  no one gets voted off, points are tallied each week and at the end of the competition.

Talk about neat?  Outside of being excited that SAP is entering THIS century with their marketing efforts :) take a quick peek at the impressive TOP 5 EXPERT LIST below which you can also follow on twitter here.

  1. Mico Yuk – yes that’s me, so hopefully you are somewhat biased in your voting LOL! SAP 2010 Mentor, Founder of this blog / Xcelsius Gurus Network, Xcelsius fanatic/blogger
  2. Jamie Oswald – fellow SAP 2010 mentor, former GBN Ambassador, long-time BOE Specialist
  3. David Deitch –   Owner of largest Linkedin Crystal Reports Group, long-time Crystal Reports Guru
  4. Jim Brodgen – SAP BOE Webi Author, Xcelsius 2010 Winter Olympics winner, long-time BOE Guru
  5. Brian Durning – ASUG Crystal Reports SIG Chair, long-time Crystal Reports Guru

 

The competition officially starts today so be sure to visit the site and sign up for email updates to win prizes!  I will be blogging throughout and offering some specials to our community as well. :-)

GET STARTED NOW – Vote on our first challenge poll today to pick which dashboard you want us to build and win a $25 Itunes gift card. Click here!

Here are some related articles:

  1. Official Press Release
  2. Social Media Today Article

Mico Yuk is a 2010 SAP Mentor and the founder of the Xcelsius Gurus Network and the Everything Xcelsius blog. To learn more about her, please visit our About Us page.

Aug
16

Webinar Alert! “Dashboard Xtreme Makeover Part II”

UPDATE (8/15) - IF YOU ARE A NON-ASUG MEMBER AND WISH TO ATTEND PLEASE SEND US AN EMAIL AT GURUS@EVERYTHINGXCELSIUS.COM BEFORE MONDAY (8/16) AT 10AM EST AND WE WILL MAKE SURE YOU ARE INCLUDED. THANKS TO ASUG FOR RESPONDING TO THE COMMUNITY!

Sorry for the late notice, but I wanted to be sure to invite you to a webinar that is being hosted by Ryan Goodman and I on Monday (08/16/10) entitled ‘Dashboard Xtreme Makeover’.  I was not going to blog about this, but now that we’ve finalized the content I was so excited I had to give you a sneak peek. It’s the ‘never before seen stuff’ that Gurus do. :)

Webinar History  – In 2008 Ryan hosted Part I of this same series. Due its popularity it was voted as the overall #2 webinar by the BusinessObjects community. For Part 2 we wanted to present a simple process that can be used by just about anyone.

The results? For the first time ever we are going to present a ‘5 Step Process to Design or Re-design your Dashboards’.  Note, we did not say GUIDELINES but an actual easy to follow PROCESS.  Below are the high level steps. You’ll have to attend for more details! See you there.

  • Step 1: Choose Layout Template (we provide up to 50 layouts!)
  • Step 2: Choose Data Visualizations (which chart, where?)
  • Step 3: Perform Cosmetic Surgery
  • Step 4:  Solicit User Feedback
  • Step 5:  Quality Checklist (Final Considerations)

NOTE: You must be an ASUG registered member to attend (remember all former GBN customers can join ASUG for free for a limitd time).  You must login to ASUG.com first. Click here to register.

Mico Yuk is a 2010 SAP Mentor and the founder of the Xcelsius Guru Network and the Everything Xcelsius blog. To learn more about her, please visit our About Us page.

Aug
11

NEWS: Xcelsius PowerPoint & Adobe Flash 10.1 Issue

UPDATED: SAP JUST ANNOUNCED THAT ADOBE RELEASED THE FIX EARLY. CLICK HERE TO READ.

If you are the average Xcelsius user who demos dashboards on a regular basis via PowerPoint you’ve probably encountered the issue seen below when you try to view your dashboards in PPT after updating to Adobe Flash Player 10.1  As you can see this issue has been looming for about a month now, and there is finally a solution.

This week SAP informed us that they’ve finally been able to work with Adobe to create a patch.  The good  news?  While Adobe will not be releasing the patch until another week or so, anyone who desperately needs it can contact SAP support to obtain it early!

Here is Adobe’s official announcement.

Be sure to return and share your experiences with the community!

Mico Yuk is a 2010 SAP Mentor and the founder of the Xcelsius Guru Network and the Everything Xcelsius blog. To learn more about her, please visit our About Us page.

Jul
8

Custom Component Style Preservation

During my time as a custom UI component developer for Xcelsius, I have encountered user interface styling and skinning loss at Xcelsius runtime and recently spoke to several developers who have experienced this issue as well. Fortunately, the workaround to preserve styles is fairly easy to apply.

The problem:

You may develop a button, canvas, list box, tree viewer or other UI component in Flex, apply inline styling directives, package it up for use in Xcelsius and view it in the Xcelsius designer without issue.  However, when you enter runtime mode in Xcelsius, your component may lose some or all of its inline styles, rendering it partially unusable or invisible. This is due to the parent Flex Xcelsius application inadvertently stripping away styles at runtime.

The solution:

For a generic solution to skinning and styling reapplication, you’ll need to reference in your project library path, the haloclassic.swc swc in the Flex SDK directory (a path similar to this C:\Program Files (x86)\Adobe\Flex Builder 3\sdks\2.0.1\frameworks\themes\haloclassic.swc). Once you have referenced the swc, create a CSS file for your component(s) that specifies all of the default skins and styles to their halo default or desired style as shown in the sample code below (full code here). This set of steps will need to be implemented as needed on a per-component basis if your components are experiencing style loss. Once you have defined your CSS file, the next step is to reference it in your component file as you would any other CSS asset.

.myButton {
backgroundAlpha: 1.0;
backgroundSize: “auto”;
bevel: true;
borderAlpha: 1.0;
borderCapColor: #919999;
borderColor: #B7BABC;
borderSides: “left top right bottom”;
borderSkin: ClassReference(“mx.skins.halo.HaloBorder”);
borderStyle: “inset”;
borderThickness: 1;

…..

<mx:Style source=”myButtonStyle.css” />
<mx:Button label=”My Button” styleName=”myButton”/>

There is an alternate to this approach, which would be to reapply styles with ActionScript code. However, this approach is more compact and has little to no impact on your actual component files. As a best practice for visual Xcelsius components, define your styles in CSS as opposed to inline to prevent the build up of redundant style specifications.

Evan DeLodder is a Senior Software Engineer focused on the development and application of cutting edge Rich Internet Application technologies in the Business Intelligence space. To learn more about him, please visit our new FleXcelsius page.

Jun
20

“Dear aBI” Advice Column on SCN

It is such a pleasure to be the first SAP Mentor to kick off this new “Dear aBI” series on the SCN Network.  As a BusinessObjects reporting community evangelist, I was first humbled, but then excited about being asked to do this.  I’m always amazed at how many questions we get from the community.  The goal of this new column is to address the most common ‘important’ ones.  While the answers are subjective, the opinions represented here are not only from experience, but also from a number of reliable sources both within and outside of SAP BusinessObjects.  Kudos to Jason Cao and everyone involved in getting this kicked off!  It goes to show, once again the commitment that SAP BusinessObjects has to getting the correct information to their users.  I encourage everyone to submit their questions, small or big and we will do our best to address them.

My first post, Dear aBI: Dashboarding Must-Haves, was published today! I look forward to your comments!

 

Mico Yuk is a 2010 SAP Mentor and the founder of the Xcelsius Guru Network and the Everything Xcelsius blog. To learn more about her, please visit our About Us page.

Jun
18

Crystal Dashboard and Presentation Design (Xcelsius 2008) Fix Pack 3.2 (FP3.2) Documentation Available!

As promised, we are letting you know first that the Crystal Dashboard and Presentation Design (Xcelsius 2008) Fix Pack 3.2 (FP3.2) Documentation is available to explore. There are two different documents available:

  1. SAP BusinessObjects Xcelsius 2008 Fix Pack 3.2 (FP3.2) What’s Fixed
  2. SAP BusinessObjects Xcelsius 2008 Fix Pack 3.2 (FP3.2) Release Notes2

We will follow up with another post, once we finalize our evaluation!! Have a great weekend!

Jun
18

Breaking NEWS!!! Crystal Dashboard and Presentation Design (Xcelsius 2008) Fix Pack 3.2 (FP3.2) released!

Hi Everyone,

We are happy to announce the release of the Crystal Dashboard and Presentation Design (Xcelsius 2008) Fix Pack 3.2 (FP3.2) (See the official post by Matt Lloyd here)!! We were the first to announce its release on twitter yesterday and wanted to follow up with an official post. The Fix Pack must be applied to Crystal Dashboard and Presentation Design (Xcelsius 2008) SP3 (version: 5.3.0.0) or FP3.1. If you don’t already have it installed, please click here.

Download FP3.2 now by clicking here. Please be aware…there are two different versions available to download:

  1. The Xcelsius Present 2008 Fix Pack 3.2 patch is for Xcelsius 2008 SP3 Present only (note: this patch is not yet available).
  2. The Xcelsius Enterprise 2008 Fix Pack 3.2 patch is both for Xcelsius 2008 SP3 Engage and Enterprise.

After the FP 3.2 is applied, the version number should change to version: 5.3.2.0

The documentation is delayed, but will be available shortly from the SAP help portal. All your Crystal Dashboard and Presentation Design (Xcelsius) guides can be found by visiting the SAP BusinessObjects Solution Portfolio Knowledge Center. As soon as the documentation is available, we will know, so YOU will know as well!  STAY TUNED!!

Keep up with the Xcelsius Gurus on Twitter:


Mico Yuk is a 2010 SAP Mentor and the founder of the Xcelsius Guru Network and the Everything Xcelsius blog. To learn more about her, please visit our About Us page.

Apr
13

FleXcelsius Boot Camp

Centigon Solutions will soon be announcing a FleXcelsius boot camp training opportunity for a limited number of participants, to take place at our San Diego location.

We wanted to reach out in advance to gather preferences on what you would like to learn and any particular SDK pain points that you would like to have addressed. Please leave comments on this post regarding a preferred agenda and please email me if you’re interested in attending.

Evan DeLodder is a Senior Software Engineer focused on the development and application of cutting edge Rich Internet Application technologies in the Business Intelligence space. To learn more about him, please visit our new FleXcelsius page.

Mar
19

Xcelsius 2008 Fix Pack 3.1 (FP3.1) Documentation is Available!!

As promised, we are letting you know first that the Xcelsius Fix Pack 3.1 (FP3.1) Documentation is available to explore. There are two different documents available:

  1. SAP BusinessObjects Xcelsius 2008 FP3.1 What’s Fixed
  2. SAP BusinessObjects Xcelsius 2008 Fix Pack 3.1 Release Notes

We will follow up with another post, once we finalize our evaluation!! Have a great weekend!

Mar
19

Xcelsius 2008 Fix Pack 3.1 (FP3.1) is HERE!!

Hi Everyone,

We want to welcome the much anticipated release of  Fix Pack 3.1 or FP3.1 as it is officially called! We were the first to  announce its release on twitter yesterday and wanted to follow up with an official post. The Fix Pack must be applied to Xcelsius 2008 SP3 (version: 5.3.0.0). If you don’t already have it installed, please click here.

You can download FP3.1 by clicking here, but please be aware,  that there are two different versions available to download:

  1. The Xcelsius Present 2008 Fix Pack 3.1 for Xcelsius 2008 SP3 Present
  2. The Xcelsius Enterprise 2008 Fix Pack 3.1 for both  Xcelsius 2008 SP3 Engage and Enterprise

After the FP 3.1 is applied, the version number should change to version: 5.3.1.0

According to our trusted guys at SAP, the documentation will be available shortly. They were too anxious to release the Fix Pack and didn’t want to wait for the documentation to be ready. Hey, we’re not complaining, Thanks!!  Since we will be first to know when the documentation is ready, You will be first to know as well. Stay Tuned!