Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i tried to create a flexible set analys - funtion with a Variable vTest
--> Value at runtime --> [Commission] = {'>0'}
so this
= sum( {< $(vTest) >} $(vFilterChart5) )
should work like this
= sum( {<[Commission] = {'>0'}>} $(vFilterChart5) )
but it won´t.
Any ideas?
Best Regards
Georg
While defining variable, make sure you don't put '=' symbol. See attached a working sample qvw.
While defining variable, make sure you don't put '=' symbol. See attached a working sample qvw.
Thx a lot
of course -> "=" was the reason
Beste Regards