Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello my friends,
I've the variable vFiltro
vFiltro = GetFieldSelections(Fato)
And I wrote this set analysis expression:
=Count({$<Fato={'$(vFiltro)'}>} DISTINCT %IDSalesForce)
When selected one value in my listbox 'Fato'..., display '0' when the expected is 688.
Why? Thanks
Fato is a list box.
In this list box contains:
'Contac Center', 'Promo Digital', 'SMS'.
If I choose 'SMS' in this listbox, in my text box with the code 'GetFieldSelections(Fato)', the result is 'SMS'.
you can even use this to exclude
Sum({<Produto=e(Produto)>}x)
did you check my attached file
Regards
ASHFAQ
Now is correct!
Thanks!