The problem is I need to add field('DealerName') value into a from_dataset() result. I suppose following your example, I could load the from_dataset() result into a hidden field and then run a formula field on it.
Although, this is not optimal because there are many various field('') values that I would like to add and that will require a pretty large formula statement. I was hoping there was a cleaner way.