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
Hi,
For selections try this
=Sum({<Produto={'$(=vTest)'}>}x)
For inverse selection try this
=Sum({1-$<Produto={'$(=vTest)'}>}x)
Have a look at attached application
Regards
ASHFAQ
Hi,
may be try like this
=Count({$<Fato={'$(=vFiltro)'}>} DISTINCT %IDSalesForce)
Regards
ASHFAQ
Hi Ashfaz!
But i try this...
And doesn't work
Hi,
Can you post sample application
Regards
ASHFAQ
Does Fato have spaces in it ? in your example, if you put the following in a text box, what is the result"
=GetFieldSelections(Fato)
You may need to use =GetFieldSelections(Year,chr(39)&','&chr(39))
which would give this which is needed for certain values in a modifier..
My town','your town','two words','oneword
if you make a textbox with
=GetFieldSelections(Fato)
what is the result in textbox?
I made a example...
When i select one Product in my listbox, i want to see the sum minus the item selected in my list box 'Produtos'.
In the text box yellow, have the code:
=Sum({<Produto=E({1<Produto={'=GetFieldSelections(Produto)'}>})>} x )
But it doesn't work...
Why?
Hi,
For selections try this
=Sum({<Produto={'$(=vTest)'}>}x)
For inverse selection try this
=Sum({1-$<Produto={'$(=vTest)'}>}x)
Have a look at attached application
Regards
ASHFAQ
Yep!
Hi,
If it answered, can you close this thread by selecting appropriate answers?
Regards
ASHFAQ