AnS

AnS

25.9k Downloads

global filter string

tribled opened this issue · 1 comments

commented

Hi, THX for ans! For me its more usefull than tsm!

I have tried a global filter like:

ifgte(quality, 2, ansminprice * ifgt(ansminprice, 2500g, 40, ifgt(ansminprice, 500g, 30, ifgt(ansminprice, 100g, 25, ifgt(ansminprice, 50g, 20, ifgt(ansminprice, 10g, 15, ifgt(ansminprice, 5g, 13, ifgt(ansminprice, 30s, 11, 0)))))))
/ 100)

but it doesnt work - what is wrong? ansminprice is already a custom var and is successfully working as global percent string.
if the global filter is set with the string above (remaining fields are empty), it returns wrong results.

greetings dan

commented