Is it possible to use variables as parameters in the Crystal Reports task?
I have an excel spreadsheet with a list of values that I would like to feed into a Crystal Report (mysalesreport.rpt) as sets of parameters (CustomerID, Year).
Spearsheet example:
CustomerID, Year
ABC123, 2012
XYZ321, 2013
HAT999, 2012
BOB345, 2014
HAH135, 2010
I am using a loop to feed these values into a Crystal Report task and saving the output as PDF files. The loop works, as I can produce emails to demonstrate values uploaded from the spreadsheet, but I cannot find a way to get the Crystal Report task to accept variables as parameters within the same loop.
Can anyone help?? 😕
Edited by user
2013-10-10T15:27:52Z
|
Reason: Not specified