Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Please help me in this scenario.
I have field called MoneyType to select in extension.
and I have created text object as like below
If I select, Rupee in Filter(MoneyType) its appearing in Rupee
If I select, Dollar in Filter(MoneyType) its appearing in Dollar
If I select, Found in Filter(MoneyType) its appearing in Found.
But by default it is showing wrong format(by default it is highlighting rupee but showing in dollar) if open the sheet.
I Also tried with if(GetSelectionCount(Moneytype)=0,........) but still no luck
How can I over come from this???
Any suggestions will be appreciated.
Hi:
I think that you can use an expresion simular to:
if(GetSelectedCount(Moneytype)=1, GetFieldSelections(Moneytype), 'Dollar')
Best Regard,
Juan P.
Yes I tried but still no luck
Could you share your app and your extension?