Print Page | Close Window

hiding report column

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=3528
Printed Date: 05 May 2024 at 11:40am


Topic: hiding report column
Posted By: kalyan_164
Subject: hiding report column
Date Posted: 25 Jun 2008 at 11:07pm
Hi  can anyone let me know how to hide report columns based on prompt selected



Replies:
Posted By: rahulwalawalkar
Date Posted: 30 Jun 2008 at 4:35am
Hi,
 
Right Click the column then
---->Select Format Field 
---->Common tab  
---> then click X+2 button next to suppress and enter the code for the prompts selected.
 
prompt value = ?...
 
cheers
Rahul


Posted By: afsha
Date Posted: 30 Jun 2008 at 4:50am

Hi,

  i have many group in my report displaying various details.
  what i want is to suppress the last section,
means on drilldown to last group it should go to the next page. 


-------------
Thanks,
AZ


Posted By: kalyan_164
Date Posted: 30 Jun 2008 at 11:48pm
thanks rahul


Posted By: rahulwalawalkar
Date Posted: 01 Jul 2008 at 3:06am
Not clear what you want,but you can try using Drilldowngrouplevel to check which level you are in for e.g
 
if drilldowngrouplevel = 0 or 1 or 2 and then suppress the last section as per the level.
 
cheers
rahul



Print Page | Close Window