Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
I'm new on QlikView and trying to learn basics nowadays.
Please guide on below command.
If(Match([Current Sell and Renew Gate],'No Bid' , 'Lost' , 'Abandoned'), Sum ([Total Contract Value]= 'No Bid','Lost','Abandoned')
Try this
Sum ({<[Current Sell and Renew Gate] = {'No Bid', 'Lost', 'Abandoned'}>} [Total Contract Value])
But if you just do this
Sum ({<[Current Sell and Renew Gate] = {'Won','Gate 1','Gate 2','Gate 3','Gate 4'}>} [Total Contract Value])
would it not automatically exclude No Bid, Lost and Abandones because it will only choose the above 5?
Please open a new thread for a new requirement. and close this thread 🙂
Try this
Sum ({<[Current Sell and Renew Gate] = {'No Bid', 'Lost', 'Abandoned'}>} [Total Contract Value])
Not sure I understand, can you elaborate with an example may be?
But if you just do this
Sum ({<[Current Sell and Renew Gate] = {'Won','Gate 1','Gate 2','Gate 3','Gate 4'}>} [Total Contract Value])
would it not automatically exclude No Bid, Lost and Abandones because it will only choose the above 5?
Hi ,
Need Help.
Can I get [Total contract Value] result value below 2,000,000 only.
Review below command what I am doing wrong.
Sum ({<[Current Sell and Renew Gate] = {'No Bid', 'Lost', 'Abandoned'}>} [Total Contract Value] < '2000000')
Thanks
Abdullah
Please open a new thread for a new requirement. and close this thread 🙂