Lookup table.
-
Hi
I want to create a lookup table inside a single calculated field where I fill in fieldname21 and if it isn’t equal it shows me ‘WRONG’.
(function(){ IF(fieldname21 == 8787879879788, '€195.28', 'fieldname23'); IF(fieldname21 == 8787879879789, '€555,55', 'fieldname23'); IF(fieldname21 == 8787879879790, '€188,40', 'fieldname23'); IF(fieldname21 == 8787879879791, '€120,94', 'fieldname23'); })();
Is this the right way of doing it?
Thanks in advance!
Greetings,
Obamoose
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Lookup table.’ is closed to new replies.