View Single Post
Old 05-11-2023, 06:35 PM   #624
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
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
dunhill is offline   Reply With Quote