I have been trying to achieve the following in a if condition in a calulated field , Could you please help me the achieve this kind of values which are dynamic.
By default the if condition only allows a "static value" or a "field value " , is there any way i can have a computed "field value" as follows , this is the formula based on excel , i need to achieve the same in CDS calculated fields
=IF( BX$4 <= $AI5, IF( OR( BX$4 = $AH5 + 1, BX$4 = $AH5 * 2 + 1, BX$4 = $AH5 * 3 + 1, BX$4 = $AH5 * 4 + 1, BX$4 = $AH5 * 5 + 1, BX$4 = $AH5 * 6 + 1, BX$4 = $AH5 * 7 + 1, BX$4 = $AH5 * 8 + 1, BX$4 = $AH5 * 9 + 1, BX$4 = $AH5 * 10 + 1, BX$4 = $AH5 * 11 + 1, BX$4 = $AH5 * 12 + 1, BX$4 = $AH5 * 13 + 1, BX$4 = $AH5 * 14 + 1, BX$4 = $AH5 * 15 + 1, BX$4 = $AH5 * 16 + 1, BX$4 = $AH5 * 17 + 1, BX$4 = $AH5 * 18 + 1, BX$4 = $AH5 * 19 + 1, BX$4 = $AH5 * 20 + 1 ), BW5 * ( 1 + $AE5 ), BW5 ), 0 )
Hi @Anonymous,
Possible to get a little bit more info on the requirements instead of the formula? Reason I'm asking is maybe there's an easier way to achieve it using out-of-the-box features instead of coding like in the previous post.
Thanks
Create a plugin that do these calculated when a record is created. So, that the expected field acts like calculated field. You can run flows as well but Plugins are more robust.
stampcoin
17
mmbr1606
15
Super User 2025 Season 1
ankit_singhal
11
Super User 2025 Season 1