Quote:
Originally Posted by chaley
Sorry but I don't know what you are asking. What doesn't work? What is the template? What are the values it is operating on?
|
I have modified the template to my options
program:
def do_one(ids, check_value, select_identifier):
if = select(ids, select_identifier);
if
!$#libreria==check_value && if
then
return list_difference(ids, strcat(select_identifier, if), ',')
fi;
return ids
fed;
ids = do_one($identifiers, "Amazon",'amazon');
ids = do_one(ids, "Cuspide", 'cuspide');
ids = do_one(ids, "Yenny", 'yenny');
ids = do_one(ids, "Baen", 'baen')
I have a column #libreria is the store where I buy the book
Usually Yenny
and in the identifiers cargo yenny:9789504968566
what I wanted is if in the store field it is Yenny just see the isbn of yenny