Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, i need to know how to make a comparison between two numbers.
I've tried with -= to check de difference between two number but it doesn't work, any idea?
Thanks
Marco
Can you share the data in the two number fields that you are trying to compare?
and possible the format and decimals for both the fields
It is simply the comparison between a formula and the 0 value:
If(
Count({<STATO={'ATTIVATA'},RICHIESTA_APERTURA={">=$(=(max(RICHIESTA_APERTURA)-12))<=$(=max(RICHIESTA_APERTURA)-6)"}> }DISTINCT NUMERO_PROPOSTA)
-
Count({<STATO={'ATTIVATA'},RICHIESTA_APERTURA={">=$(=(max(RICHIESTA_APERTURA)-6))<=$(=max(RICHIESTA_APERTURA))"}> }DISTINCT NUMERO_PROPOSTA)
)
<>0
Thanks
Marco
Nothing strange but ... could you share the doc.?
I don't see why this comparison wouldn't work, unless I am missing something small here. May be someone else can spot what might not be working for you.
Best,
Sunny
Can you tell me the operator to use?
Thanks
Marco
Your logic is correct ...