Hi.
I have created my own Crystal report that works well. It is a "report" that basically produces a nicely formatted price/info label that we can use in our shop. It has our logo on it and looks ok.
Anyway, in Crystal I can use the "Select Expert" to allow me to enter a Reference code, so it prints a label for the product I have chosen. Fine.
I am trying to integrate this into the Reports section of Sellerdeck so that using it is a little slicker.
I have edited the "reports.ini", and sure enough my new report shows up in User Defined Reports.
But what I can't work out is how to get the report to prompt me for a Reference code, and then just produce a label for the code entered.
At the moment it just seems to product a label for everything.
As an experiment I even tried to hard-code a product Reference into the reports.ini file to see what happens, but it ignores it:
[Reports]
ShopLabel="Shop Label"
[ShopLabel]
ReportName=shoplabel.rpt
SelectionFormula="{Product.ProductReference} = 'SLGT'"
Unfortunately the info on this in the AUG is sketchy.
Does anyone know how to make a prompt for a Product Reference appear, so that my label just products a label for that one code ?
Thanks in advance.
Jez
I have created my own Crystal report that works well. It is a "report" that basically produces a nicely formatted price/info label that we can use in our shop. It has our logo on it and looks ok.
Anyway, in Crystal I can use the "Select Expert" to allow me to enter a Reference code, so it prints a label for the product I have chosen. Fine.
I am trying to integrate this into the Reports section of Sellerdeck so that using it is a little slicker.
I have edited the "reports.ini", and sure enough my new report shows up in User Defined Reports.
But what I can't work out is how to get the report to prompt me for a Reference code, and then just produce a label for the code entered.
At the moment it just seems to product a label for everything.
As an experiment I even tried to hard-code a product Reference into the reports.ini file to see what happens, but it ignores it:
[Reports]
ShopLabel="Shop Label"
[ShopLabel]
ReportName=shoplabel.rpt
SelectionFormula="{Product.ProductReference} = 'SLGT'"
Unfortunately the info on this in the AUG is sketchy.
Does anyone know how to make a prompt for a Product Reference appear, so that my label just products a label for that one code ?
Thanks in advance.
Jez
Comment