View Single Post
Old 04-30-2023, 04:57 PM   #606
dunhill
Guru
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
Posts: 908
Karma: 810834
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
Quote:
Originally Posted by chaley View Post
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

Last edited by dunhill; 04-30-2023 at 05:10 PM.
dunhill is offline   Reply With Quote