Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I can't be certain without seeing some sample data and expected output from it, but may be this
Sum({<[Current Sell and Renew Gate] = {'Won','Gate 1','Gate 2','Gate 3'}, [Total Contract Value] = {"<2000000"}>} [Total Contract Value] )
Try this
If(Sum ({<[Current Sell and Renew Gate] = {'No Bid', 'Lost', 'Abandoned'}>} [Total Contract Value] )<200000,Sum ({<[Current Sell and Renew Gate] = {'No Bid', 'Lost', 'Abandoned'}>} [Total Contract Value] ))
what it shows? can you share the screenshot?
Try the below command
If(Sum ({<[Current Sell and Renew Gate] = {'No Bid', 'Lost', 'Abandoned'}>} [Total Contract Value] )<2000000,Sum ({<[Current Sell and Renew Gate] = {'No Bid', 'Lost', 'Abandoned'}>} [Total Contract Value] ),'NIL')
What is the chart dimension/s where you are using this expression?
It's Combo chart with 1 dimension which are months and 3 expressions which are 2 Data Bars and 1 Data Line but Data line is not appearing .
Please find attached all 3 expressions Jpeg
Do you have less than, 2,000,000 for the last expression? Aggregating on the month level, may be each month have a value greater than 2,000,000 for your expression?
Yes you are right.
In my mind I want to remove only those individual bids while monthly sum which are more than 2 millions individually.
Thanks for helping guys 🙂
Regards,
Abdullah
Sorry I am not sure I understand? Did you get what you wanted? or is there a question for us?