Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Percentage formatting for SSAS Master file

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Percentage formatting for SSAS Master file
 Login/Join
 
Member
posted
I have the following calculation in my SSAS cube

([Measures].[Sales] / [Measures].[Quotes])
The format Sting is set to "Percentage"

When using this in Excel or Proclarity this is displayed as a percentage and is automatically multiplied by 100. In webfocus it simple shows the value.

Ie
Quote = 250
Sale = 100
NCR = 0.4
Excel and proclarity show this as 40% where as webfocus simply shows 0.4

The SSAS adaptor is not considering the "Percentage" set within the cube as the master file generates the following...

FIELDNAME=A_NCR, ALIAS='A NCR', USAGE=D21.18, ACTUAL=D8,
MISSING=ON,
TITLE='A NCR', MEASURE_GROUP=Undefined,
PROPERTY=MEASURE, $

Changing the USAGE to D21.18% simply places a % to the value, but does not multiply by 100.

Normally in a Master I would create a COMPUTE to apply the multiplication. However I cannot do this on a SSAS master file. If I try, Dev Studio crashes.

This means I am left with the following 2 options
1. Apply the multiplication as COMPUTES witin all my reports
2. Amend the calculation in the cube to "standard" and apply the multiplication there

Have I missed something or is this really the only 2 options I have?


WebFOCUS : Report Server 7705. Dev studio 7703 running 7705 report server.
Platform : SQL Server 2005, SSAS 2005
Reports : Dashboard, Self Service (Active, InfoAssist, InfoMini), HTML Composer
 
Posts: 28 | Location: Peterborough | Registered: May 11, 2012Report This Post
Virtuoso
posted Hide Post
Mike

A COMPUTE within the SSAS mfd should not cause DS to crash. Are you using the original fields, (Sales/Quotes)*100 or A_NCR*100?


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report This Post
Member
posted Hide Post
Hi Alan

I am using the original fields in a new COMPUTE. Just doesn't like it!!


WebFOCUS : Report Server 7705. Dev studio 7703 running 7705 report server.
Platform : SQL Server 2005, SSAS 2005
Reports : Dashboard, Self Service (Active, InfoAssist, InfoMini), HTML Composer
 
Posts: 28 | Location: Peterborough | Registered: May 11, 2012Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Percentage formatting for SSAS Master file

Copyright © 1996-2020 Information Builders