04-15-2020, 09:48 PM
Yes, I can see the expression parser messing that up. Does listy's suggestion work (I would like to know)?
In general, spaces in column names are "frowned" upon for these kinds of reasons (just like file names). You never know where it will break. However, if (and I mean if ... ) it were to be supported, I would think that it would require something like this:
@GET(msm/wp_orders['Order Status', 'Processing'].'Email Billing') <-- with single quotes around Email Billing.
(NOTE above is not supported, in case anybody reads too quickly)
In general, spaces in column names are "frowned" upon for these kinds of reasons (just like file names). You never know where it will break. However, if (and I mean if ... ) it were to be supported, I would think that it would require something like this:
@GET(msm/wp_orders['Order Status', 'Processing'].'Email Billing') <-- with single quotes around Email Billing.
(NOTE above is not supported, in case anybody reads too quickly)