I recently created a form using a combo box that populates its values (a field called “name” from a view of the same database) using a @DbColumn. Once a “name” is selected, it populates an embedded view in the form using the Show Single Category, being the form field of the same title (“name”). This all works fine in the db copy on my local machine, but when I attempt to put the same code on my server, I receive a “Category Not Found” error upon trying to populate the embedded view. My @DbColumn looks like the following, in case you were wondering on the DB source:
@DbColumn(“”:“NoCache”;“”;“By Requester”;2)
Does the “Show Single Category” value have to show up on the category column farthest to the left? I do have 2 category fields in the view, but that’s all I can think of at the moment. I’m stuck, help!