Linking Text Box to Entered Job Number - Application Studio

Hi all,

I am trying to add a text box/label to the top of my job kitting status application to show the entered job number. I am hoping to have this dynamically filtered to the current job number being looked at.

I currently have a card component on top of the original panel card grid, with a text area placed inside. I have also tried with a label and text box as well.

I have the label set to my desired title, the EpBinding set to the DataView.Column, and the settings set to Read Only.

What am I missing to get this working properly?

1 Like

Is the dataview actually populated with data? Check in the DevTools.

The view is being pulled from a BAQ that returns data. If I’m being honest, I don’t exactly know where DevTools is.

DevTools is browser debugging F12 in Chrome usually opens it. Is this BAQ used anywhere else? It may not be getting called by an event so the BAQ isn’t actually ran thus no data.

The data view used above wasn’t used anywhere else on this page, but I have tried using a data view that is supplying the panel card grid below the new card.

Panel Card Grid:

Text Box: