Forum Discussion
Anonymous
5 years agoNot applicable
Need help on Calculation with Calculated columns
Hi All, I need your support in resolving the logic and syntax please: Logic: The calculated RTdate is 3aDate minus 4 weeks (omit any records with 3aDate blank) I have created a column in power ...
Greg_Deckler
5 years agoCommunity Champion
Anonymous I would recommend converting to a SWITCH(TRUE(),...) statement as this tends ot make the logic much more obvious and easily handled.