Forum Discussion

Re: a bucket field to show 0-30, 31-60, etc.?

Yes. You'll probably want a Formula Text field and it would need to be something like:

var number aging = [Days Aging];

IF($aging>0 and $aging<=30,"0-30",
       $aging>30 and $aging<=60,"31-60",etc...)

------------------------------
Blake Harrison
[email protected]
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
No RepliesBe the first to reply