With the new update, a dashboard I made had scrambled most of the customizations.
I have a BAQ asking for project ID, however it comes into the tracker as a dropdown. As Pictured here:
I followed a fix to make it a search box instead of a dropdown by creating a custom text box and connecting it to the appropriate column. However, it only loads as read only and will not let me change that property, for some reason?
Would anyone happen to have an insight on this? Thank you!
The property is LOCKED to true, it won’t let me change it to false.
Also new oddity, I just tested the dashboard without the custom box and the “Project ID” on my tracker is filling with the Description on an “Inputs Only” option.
Well we have a new issue!
Prompt = true;
Honor Null = false;
Condition = StartsWith;
IsTrackerQueryControl = true;
QueryColum = Project_ProjectID;
ReadOnly = false;
However it isn’t working as a search. All projects populate in the grid.
Flip the condition to EQUALS and see if it filters correctly. Then flip back to StartsWith and test. StartsWith will start with what you have and return everything after that reference point. Not sure where your test project ID filter fits alphanumerically.