Print Page | Close Window

Percentage Problem

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=19263
Printed Date: 04 Apr 2025 at 8:37pm


Topic: Percentage Problem
Posted By: Karoline
Subject: Percentage Problem
Date Posted: 13 Mar 2013 at 5:47am
This is probably simple.  I need to work out 4% of a total displayed in my report, but can't think how to do this.  Any help appreciated. Thanks!



Replies:
Posted By: kevlray
Date Posted: 13 Mar 2013 at 1:04pm
Try {total} *.04  (Assuming that total is a field and not a formula {@total} or a running total {#total}


Posted By: Karoline
Date Posted: 13 Mar 2013 at 10:47pm

Thank you! Tongue




Print Page | Close Window