Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
SAP BusinessObjects Reporting Cookbook

You're reading from   SAP BusinessObjects Reporting Cookbook Over 80 recipes to help you build, customize, and distribute reports using SAP BusinessObjects

Arrow left icon
Product type Paperback
Published in Aug 2014
Publisher
ISBN-13 9781782172437
Length 380 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Yoav Yohav Yoav Yohav
Author Profile Icon Yoav Yohav
Yoav Yohav
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. Working with the BI Launch Pad FREE CHAPTER 2. Creating New Queries 3. Working Inside the Report 4. Working with Tables 5. Working with Charts 6. Formatting Reports 7. Filtering the Report Data 8. Merging Data 9. Using Formulas and Variables 10. Using Hyperlinks 11. Using Drill 12. Scheduling Reports 13. Working with BI Workspaces 14. Web Intelligence Rich Client Index

Using numeric functions


Numeric functions can be used to perform mathematical calculations and common calculations such as rounding and ranking.

The main numeric functions are as follows:

  • Abs: This returns the absolute value of the number (this is useful if we have negative values that we need to display as positive)

  • Ceil: This rounds up a number

  • Floor: This rounds down a number

  • Mod: This returns the remainder from a division calculation

  • Round: This rounds a number according to the level of rounding

  • Tonumber: This converts a string into a number

  • Truncate: This truncates a number according to the number of digits we require to truncate

  • Rank: This ranks a measure by dimension

How to do it...

Perform the following steps:

  1. We create a rank function that will display each year's ranking based on the Net Sales measure.

    The rank formula will use two parameters: the measure that we require to rank and the dimension that we want to base our ranking on.

    The formula syntax is =Rank([Gross Sales];[Year]).

    The...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime