I would like the customer to be able to pick a newsletter template on
uStore and fill out the variable data content, then from a drop down
choose a branch number that will get that mailing. Then at check out
finalizing only those recipients from that field would be generated
for print.
Thanks in advance
I would do the following:
* I would define a Dial Variable in uPlan;
* I would define a fake Text ADOR, which would call the QLingo "Skip"
function, should the |->[branch] field value be different to the
Variable value;
* in uStore Admin, I would use this Variable as a Dropdown List (whose
contents could be either hardcoded or populated by a "Select Distinct"
SQL query to an SQL database).
You will already see the following limitations:
* uStore pricing will be wrong (as uStore will take all the data
source records into account, without applying the Plan's "Skip"
logic);
* the uploaded data source preview table will also include all records
(as the "Skip" function is only applied during the composition step,
far later);
* on huge databases with few printable recipients, performance issues
may arise (as the whole database will be read).
Michael Bova