cancel
Showing results for 
Search instead for 
Did you mean: 

Implement 2 conditions at a time

Former Member
0 Kudos
56

hi all!

I have two conditions.

1. value of a kf <0 should be displayed

2. only latest date should be populated.

I could achieve them individually. but when i include both of them in conditions, only of them is being implemented.

how do i acheive this?

as ref:

  • date is a characterstic. I used repl path and got Top1 value.

  • for kf i used less than operator with value 0...

Its damn urgent! Please help!

Sri Harsha

Accepted Solutions (1)

Accepted Solutions (1)

former_member189638
Active Contributor
0 Kudos

Don't use two conditions.

1. Restrict your Key Fig with the latest date so that only those values with the latest date will be available.

2. Then use the the condition kf < 0

I think this should work...

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks everybody:)

Former Member
0 Kudos

Hi,

Instead of using a condition on Char you can restrict the key figure values as said in the previous post. And for Key figure values u can use the condition.

Khaja