Happy Friday.
TM1 9.5
I keep getting an invalid string expression error on a feeder I'm trying to write. I have a G&A Input cube, and a G&A Allocation cube. I have a rule that brings in the values from the G&A Input cube into the G&A Allocation cube where the expenses are...well, allocated.

G&A Input Cube
Skipcheck;
feeders;
[{'701000 - Bank Service Charges','703000 - Closing Cost Expense','704100 - Delivery','704200 - Postage-Non ops','705000 - Employee hiring','706000 - General Insurance','707000 - Gifts','708000 - Leased Equipment Expense','709000 - Licenses & Permits','709310 - Association Fees','710010 - Office Supplies','712000 - Office Telephone'} ] =>
DB('G&A Expense Calc', !Version, !Department, !Country, !Month, !Portfolio, ATTRS('G&A Expense Calc', !G&A Expense Calc, 'Input');
The error says: Syntax Error on or before !Portfolio, ATTRS(' :Invalid string expression.
Any ideas?
Thanks a lot,
Christian