Print Page | Close Window

Adjust CrossTab dynamically

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
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=5137
Printed Date: 05 May 2024 at 1:24pm


Topic: Adjust CrossTab dynamically
Posted By: AntDC
Subject: Adjust CrossTab dynamically
Date Posted: 05 Jan 2009 at 8:26am
Can I adjust a CrossTab object, depending on a parameter?
This has to be in the report suppression code - as it is executed by means out of my scope.

I'm looking to do something like....


if MyParam = true then
  MyCrossTab1.SuppressColumnGrandTotals = True
else
  MyCrossTab1.SuppressColumnGrandTotals = false;


Thanks in advance

DC



Replies:
Posted By: BrianBischof
Date Posted: 05 Jan 2009 at 3:02pm
Unfortunately, these properites do not have the ability to attach a conditional formula to them. Thus, it can't be done.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>



Print Page | Close Window