How to drop multiple temporary fields in script using wildcard
Hi, does anyone know if you can drop multiple fields in Qlikview script in a single statement, e.g. somthing like:
DROP FIELDS z* or
DROP FIELDS "z*"
The fields are all prefixed by 'z' to let me know that it is a temporary field used in calculations only and not needed in the report developer interface but I don't want to list them all separately.