Does anyone know if there is a way have a TEXT ADOR object within a XNIP formatted text that isn't tied to a specific Text object?
We'd like to create a XNIP formatted object that saves the following information:
$XX
in great offers
The XX will come from the data. There is however, numerous data columns (10 to be exact) that this XNIP could be tied to.
So our uPlan has TEXT ADORS defined as follows:
Day1 Type: Text ADOR Value: 45
Day2 Type: Text ADOR Value: 60
Day3 Type: Text ADOR Value: 5
....
Day n Type: Text ADOR Value: X
Instead of creating n-XNIP files with the internal XX tied to the specific TEXT ADOR, is there a way to create a single XNIP file that dynamically "passes" in the TEXT ADOR value?
So our uPlan would look something more like (assuming we have a xnip file named greatoffers.xnip):
ADOR NAME: Value ADOR TYPE
Day1 greatoffers.xnip TextFile ADOR (using the same XNIP file but this time renders $45 for the variable element)
Day2 greatoffers.xnip TextFile ADOR (using the same XNIP file but this time renders $60 for the variable element)
etc.
Hope that makes sense.
Regards,
Tom