Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to create a greater than in this expression (which works correctly) but any > location in the = sign gives me nothing:
=SUM({<ConsecutivoFiscal={$(=MIN(ConsecutivoFiscal))}>}Bajas)
Kind regards.
May be this
=Sum({<ConsecutivoFiscal = {">$(=MIN(ConsecutivoFiscal))"}>} Bajas)
May be this
=Sum({<ConsecutivoFiscal = {">$(=MIN(ConsecutivoFiscal))"}>} Bajas)
can we also write this way Sunny?
=Sum({<ConsecutivoFiscal = {"$(='>'&MIN(ConsecutivoFiscal))"}>} Bajas)
Sure .. that is how I usually write, but a lot of the people don't
I have learnt this from one of your expression in a thread. 🙂
I like using what you have specified, but I see this getting used very rarely by anyone else. So, just thought of giving what others use today
Agree. I have not seen many dev's using such way.