value in map(value a, name of map b)
Group |
Checks if the value a can be found in map b.
Note: Please note that you can also check for 'hidden' values. To get a return value true, the compare value has to be an identical 'hidden' value. See the explanations for the Empty Flag.
Description of Parameters
Parameter |
Description |
a |
Value to look for in the map. |
b |
(optional) Name of the map. Default: default |
Examples
Defined is a map myMap containing the elements {key1=val1, key2=val2, key3=val3}.
Parameter a |
Parameter b |
Result |
val2 |
myMap |
true |
val4 |
myMap |
false |
val2 |
myOtherMap |
false |
See Also
add to inheritance-map(key a, value b, name of map c, inheritance level d, regex for empty e)
csv-into-map(file a, [mapname b], [keycol(s) c], [csv delim d], [csv encoding e], [clear first f])
fill-map-from-fields( map a, prefix b, index c, hidden d, [processing e] )
get value from map(key a, name of map b, delimiter c, item d)
increase map value(key a, value b, map name c, skip empty d)
select into map(a,b,[param &1 = c], d,e, f,g,h,i,j], delimiter k, map l, m)