Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Actual Vs sales target highlet and date

HI

I have a chart which is having sales and target

target=100

when my sales meet target i can highlet using if(sales=target)

But my sales are 99,102,103,108 or 89,109,156.Here i don't have exact 100 so how can i achieve this?

can i use i st value of >100 list  how to achieve this?

If possible how i can get that date?

Regards

Thiru

14 Replies
sorrakis01
Specialist
Specialist

Hi,

Look this:

Regards

Anil_Babu_Samineni

SE.jpg

In that, What are you Expecting?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

Hi Jordi,

i want to highlet only first value after 100 if it bigger than 102 then less value for 99

like

sales 100 to 102 (first value )

if not

lesser value like 99 or 98

if nor

100 to 120 also ok

Thiru

Not applicable
Author

Hi Anil

I am not getting out of this?

Thiru

Anil_Babu_Samineni

Can you please post your Small Application which demonstrates the issue? Please try to post paper work on Wall which you expected?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anil_Babu_Samineni

I taken Jordi Example, Might be you are expecting similar this

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

I want to highlet only target =actual

i.e 100=100

scnario2

if 100 is not there we need to highlet near to 100 i.e 102

Regards

Thiru

Anil_Babu_Samineni

Can you please share which expression you tried?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sorrakis01
Specialist
Specialist

Hi,

I'm confused but i Think you need a Rank Function.

Example on Target 100

A: Sales 120 --> 20

B: Sales 101 --> 1

C: Sales 100 --> 0

😧 Sales: 95 --> -5 If you use Fabs then 5

Rank Function sort by lowest. And after this you write if Rank(............) = 1 then green colour

Regards