Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
antonybi
Creator
Creator

default

Hi All,

Please help me in this scenario.

I have field called MoneyType to select in extension.

1.PNG

and I have created text object as like below

2.PNG

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.

3 Replies
jubarrosor
Partner Ambassador
Partner Ambassador

Hi:

I think that you can use an expresion simular to:

if(GetSelectedCount(Moneytype)=1, GetFieldSelections(Moneytype), 'Dollar')

Best Regard,

Juan P.

antonybi
Creator
Creator
Author

Yes I tried but still no luck

jubarrosor
Partner Ambassador
Partner Ambassador

Could you share your app and your extension?