November 30th, 2012 12:54 AM
You can not use Shared Variables in the Graphs. You have to find some alternates for it.
April 18th, 2011 11:45 PM
This is the structure of your Main report.
RH [Set to show the Header & Footer]
PHa [Show/Hide Header]
PHb
GHA
GHB
DetailsA
April 13th, 2011 12:26 AM
I am not clear about this issue. If you don't want to print the footer with the subreport which you only want to print then do as you did with the header.
If the scenario is other than this then...
December 28th, 2010 06:22 AM
link the tables
create group on the first tables on the user
create group on the date in and date out of the 2nd table.
From the first group get the user
from the header of the first get the...
October 8th, 2010 01:53 AM
put the user table in the main report and create a group on the user_id.
You can show the exam details for that user in the detail section. Also you can create a sub report to show the exam...
October 8th, 2010 12:54 AM
Your main reports detail section runs 14 times. If you want to show the data from the sub report then don't put in the detail section or remove the extra tables from the main report so it runs for...
August 27th, 2010 12:41 AM
check this out
http://www.crystalreportsbook.com/Crystal_Reports_Net_Book_Index.asp
or google for Crystal Report Automation.
August 27th, 2010 12:16 AM
export to PDF instead of Word and then print.
August 15th, 2010 10:16 PM
you can do this using the shared variable.
initially set its value to false and use in the formula.
then set it to true.
After that the section will be suppressed.
August 10th, 2010 07:45 AM
Hopefully you have solved the issue if not then
On Group Options Dialog there is a drop down on the end labeled "The section will be printed"
By default it is selected for each week change it...