Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
sum({< ABC_Bid_Amount={"<Low_Comp_Bid"}>} ABC_Bid_Amount)
My expression works great if I replace Low_Comp_Bid with a value like 1000000. It always returns 0 if I use any other field and not a value. What am I missing?
Thanks!
Maye be :
=sum({<ABC_Bid_Amount={"=ABC_Bid_Amount<Low_Comp_Bid"}>} ABC_Bid_Amount)
If i understood correctly the request
Maye be :
=sum({<ABC_Bid_Amount={"=ABC_Bid_Amount<Low_Comp_Bid"}>} ABC_Bid_Amount)
If i understood correctly the request
See this community post, it uses a somewhat obscure function.
Thank you!