Posted 9 June 2020, 4:21 pm EST
Hi,
So i built datamaps to show the dropdown in the flexsheet.Scenario is like this. Dropdown displays values like ‘low’,‘high’,‘very-high’ for humidity column.So for each value selection , when i debug and check the collectionView the corresponding value is getting reflected. Example if i select ‘low’ its 0. So this is fine but i have an other column called total in which i want sum the value of this column and other column(temperature which is configured same as humidity like having dropdown) . So when i set the formula as ‘=Sum(B:C)’ output is ‘#Name?’. I even tested just to include the value of single column like ‘=B’ it gives the display value “low” but not corresponding value 0. Need your help in this