Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need to implement a multi language Listbox which I have done from some references in the community.
Now I have to implement Alternate states along with it.
Here whatever has been done for Object A needs to be replicated in Object B which is in Alt state.
Some change has to be done in the expression of Object B.
May be this?
=Aggr(Only({1<Lang=P({Alt}Language)>} Name_KPIs ), Name_KPIs)
May be use OnAnySelect trigger to transfer the content from one state to another
I think I did not make it clear. Only the functionality to be replicated and not the selection between alternate states.
If you open the expression in object A you will see it will have a restriction in place to restrict field values based on language.
=Aggr(Only({1<Lang=P(Language)>} Name_KPIs ), Name_KPIs)
same way I want restriction of field values based on language. The restriction is based on selecting the appropriate Flag. US or mexican Flag Images on top
May be this?
=Aggr(Only({1<Lang=P({Alt}Language)>} Name_KPIs ), Name_KPIs)
Correct But I just found that the same expression
=Aggr(Only({1<Lang=P(Language)>} Name_KPIs ), Name_KPIs)
works for Both Object A & B. Thanks Much