Hey guys I have the following formula:
//{@one}
if ubound(Split({@Tax County Footer}, ","))>0 then(split({@Tax County Footer}, ",")[1]) else "0"
I believe I am having an issue because in the split I have some records that are null if this is the case it needs to skip @one and go to the @two group to process. I had the same issue with my group 2 originally but I was able to fix it. I have tried several different formulas on this one and no luck.
Please Help
Thanks
//{@one}
if ubound(Split({@Tax County Footer}, ","))>0 then(split({@Tax County Footer}, ",")[1]) else "0"
I believe I am having an issue because in the split I have some records that are null if this is the case it needs to skip @one and go to the @two group to process. I had the same issue with my group 2 originally but I was able to fix it. I have tried several different formulas on this one and no luck.
Please Help
Thanks