Quote:
Originally Posted by chaley
Assuming I understand what you want, this template does it.
Code:
program:
switch_if(
$#tool == 'yenny', select($identifiers, 'yenny'),
$#tool == 'Cúspide', select($identifiers, 'cuspide'),
$#tool == 'Amazon', select($identifiers, 'amazon'),
'')
Change #tool to be the lookup name of your 'library column'.
|
Now it works !! thank you so much