**Matrix Version:**5.4.1.2
I’m wondering if it is possible to have an AND condition within conditional keywords?
For example:
%begin_globals_asset_metadata_myfield^striphtml% AND %begin_globals_asset_metadata_myfield1^striphtml%
Do something if both conditions are true
%else_globals%
something else if not
%end_globals%
Checking the manuals, it seems that I have to do additional begin - else - end conditions which means that the else case needs to be duplicated.
Any ideas?
Thanks Georgina.