DBR with comma in element name

Hi @rcantor,

Where do you get the values for $ctrl.settings[…]? Try to hard code them first, to verify and to see that it is all working alright - as the comma may not be the issue.

Had tried an example with the following on our Canvas Sample TM1 server:

<select ng-model="values.account" class="form-control">
  <option>Property, Plant, Equipment</option>
  <option>Net Income</option>
</select>
<tm1-ui-dbr tm1-instance="dev" tm1-cube="General Ledger" tm1-elements='1,2014,Year,Local,1,1,"{{values.account}}",Amount'></tm1-ui-dbr>
<p>Selection: {{values.account}}</p>

This works on Canvas v3 at least.


Paul