9.05.702 - BAQ Report Designer to Crystal

Got it. I’m not using the sort list created in the BAQ report designer but:

 

Crystal Calculated field.

IF       {BAQReportParameter.SortBy} = 'SearchWord' then {BAQReportResult.Part.SearchWord}

Else if  {BAQReportParameter.SortBy} = 'Part Description' then {BAQReportResult.Part.PartDescription}

Else if  {BAQReportParameter.SortBy} = 'Part Number' then {BAQReportResult.Part.PartNum}

Else {BAQReportResult.Part.SearchWord}

 

Then sort in crystal on the calculated field.

 

Patrick

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Winter, Patrick
Sent: Tuesday, February 18, 2014 10:50
To: vantage@yahoogroups.com
Subject: [Vantage] 9.05.702 - BAQ Report Designer to Crystal.

 

 

If I create a sort option what has to be done on the Crystal side to actually sort by the fields listed in the  BAQ report designer.

Patrick

9.05.702 - BAQ Report Designer to Crystal.

If I create a sort option what has to be done on the Crystal side to actually sort by the fields listed in the  BAQ report designer.

Patrick