hariomhari
Programmer
I am using crystal report - CR XI R2.
I have 3 parameters in report.
1. PortfolioID
2. Strategy
3. Custody
I want that if user doesn't supply any value for Parameter Custody then it should consider the value of only PortfolioID and strategy. It should not consider Custody as a record selection criteria. In record selection can we do somehing like
{vwj_Cl_AssetAllocation.strategy} = {?@Strategy} and
{vwj_Cl_AssetAllocation.portfolioid} = {?@PortfolioID} and
if {?@Custody}='' then
don't consider
else
consider
Please suggest me how to write / achieve the desired result
I have 3 parameters in report.
1. PortfolioID
2. Strategy
3. Custody
I want that if user doesn't supply any value for Parameter Custody then it should consider the value of only PortfolioID and strategy. It should not consider Custody as a record selection criteria. In record selection can we do somehing like
{vwj_Cl_AssetAllocation.strategy} = {?@Strategy} and
{vwj_Cl_AssetAllocation.portfolioid} = {?@PortfolioID} and
if {?@Custody}='' then
don't consider
else
consider
Please suggest me how to write / achieve the desired result