cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing: header condition with condition value formula

0 Kudos

Hi,

can anyone helps us on the following topic:

- is it possible to enter a conditon value formula for a header condition?

We have created a formula, but it is only executed when we enter the condition on item level.

Our condition settings are:

Cond. class - A

Calculat. type - G

Group condition - X

Header condition - X

Item Condition - X

thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi,

You can enter the condition value formula for both item conditions and header conditions. It is not working may be due to some bug in the program. You are calling some values which are available only when you process this condition type at item level. I dont even think that you will be able to enter a header condition type manually at item level. So please check your code and configuration. Ensure that it is header condition for sure.

Pls remove the Item condition X. If that is put, the c.type works only as item condition type irrespective of the Header condition X.

0 Kudos

Hello,

we have a breakpoint at the beginning of the formula.

If we enter the condition at item level we reach the breakpoint otherwise (when entering on header level) not.

The question now is, if this is due to configuration settings on condition type or within calculation procedure - or if it is just impossible to have a conditon value formula for a header condition.

thanks

former_member183879
Active Contributor
0 Kudos

Hi,

Condition value formula can be both at header and item condition. Pls remove the item condition X in configuration. It should work.

You need to check your code also, if ur breakpoint stops only at item level even after that (Hope you are not using group condition)