Can't get SQL binding to work with dropdown in perspective


I am working with a perspective window, and I can't seem to get the dropdown to work with the binding as attached. I can test the query just fine int he Named Queries

If you're trying to pass the literal string workorder as the value for the parameter type, you need to wrap it in quotes.

The little fx icon is indicating to you that the text you enter there is actually an expression. You can click that icon and get a popup expression helper. Most of the time, you'll be binding those parameters to other components or properties on your views, so expression mode is the default.

1 Like

... and if you hover over the red Error_Configuration error you will get an explanatory tooltip.

1 Like

It wasn't very helpful.

Thank you. I figured it was something to do with that, but what I kept trying wasn't working