Other @DbColumn row values

Thanks to everyone that helped yesterday in my attempt to do category-only column lookups!

I have one more question however:

If I look up for example column #4’s category values with Evaluate (@DbColumn), is there a way in Lotusscript to get the column #5 value (non-categorical) for that same row? Almost like a row/horizontal value lookup?

Subject: Other @DbColumn row values

I’d create a lookup column that had all the values I wanted separated with a … um separator … and then parse the result into the original values as needed.