When the dashboard is opened, the slideout appears, and I’d like to display the user entered values on the dash after they’ve entered them.
I tried adding and attaching calculated fields from the dataview to textboxes, and I tried capturing the value directly (Unsure if I did it right though) but nothing I’ve tried has been fruitful. Does anyone happen to know a solution to this? I’m stumped
Usually what I’ve done in the past for those is to make a column in the BAQ for each parameter, then just display the parameter. Then in the dashboard, I’ll hide the columns in the grid, but show it in the tracker view as a read only. I’m not sure how that would translate exactly in kinetic (still haven’t worked with it much), but worst case, you could leave the columns visible.
Edit: after reading your post again, is says you’ve tried that…. however is still seems like it should work.
I cleared and rebuilt the columns and tried that method again. I can’t even fathom what I did differently since I’ve tried it probably half a dozen times over the past few hours, but this time it worked and displayed the values.