I would like to add a logic to a quotation
I have two quotas
$quotaIND = [ 1 >= 195 ];
$quotaIOKR = [ 1 >= 195 ];
now I want, if the user selects at the variable OKR == 1 and at the vaibale IND == 1, then count this to OKR group
Can you help me how to code this in PHP?
That would be super helpful.
Many thanks.
Greetings