Recent content by Mohanbabu.Pandari

  1. M

    Display a Sum in the Page Header

    Create the formula like f_Summ_Value and place the code like below and place the formula in GHeader Sum ({command.column1},{command.column2}) column1 : Summary Field column2 : Group Field If not work, try below WhileReadingRecords; Sum ({command.column1},{command.column2})
  2. M

    Remove Duplicates in Crystal Reports

    Enable "select Distinct Records" option in File >>Report Options. Thanks Mohanbabu Pandari
  3. M

    Record selection formula editor error

    try this.. This should work {records.entrance_date} >= cDate({?entrance_date}) and {records.entrance_date} <= cDate({?entrance_date2}) If you are using Single date range Paramater then use the following {records.entrance_date} >= Minimum({?entrance_date}) and {records.entrance_date} <=...
Back
Top Bottom