Hi,
I have one requirement where i need to consolidate approx. 56 reports into one crystal report i can add this reports as subreport but in all individual report have sureport , so if i add as subreport then it will be like nested subreports and t...
From the below table i want to show
1. If principal payment = 0 then Period interest =0,but the interest at $0.00 payment should add in the next interest where principal payment is non zero.
Example - At row 2 Principal payment is $0.00 the Inte...
I used three Commands in main report without linking, passed the parameter with multivalued.
In detail section Im using below Concatenation formula
WhilePrintingRecords; Shared StringVar ConCat; If ConCat = "" then ConCat := {Command.ext_name} ...
Hi,
I am using sub report in the one field of table, I want the sub report data should come as main report record
means check below ss for 74 ID, I want data from subreport to show only for 74 ID (Subreport data showing in box ),
But i am get...
I am using if also else if statement in the record selection formula , how to break if statement when condition is true
if {contract.contract_id} = {?Pm-contract.contract_id} and {asset_cfd.asset_cfd_id}=9 then {contract.contract_id} = {?Pm-contrac...
I want to use above if i have more that 2 guarantor and i need to skip other if i have more that 2 and print only 2 guarantor names I have used running total and placed in details section expert supress formula {#RTotal0}<=2 , also shifted the ver...