On a Dashboard we have a calculated field from the BAQ. This is simple in that is calculated formula is
If Field = True, ‘open’, ‘closed’
When i add a tracker, i can select this field as a filter and manually type open, closed or delete the contents to filter the datagrid. How can i change this from a textbox to a combo? I ve tried various BAQCombo, EpiCombo, UltraCombo but nothing is working for me.
If i set the IsTrackerQueryControl to True and set the column, the combo becomes greyed out. I have also tried adding combo without the IsTrackerQueryControl and was hoping i could assign the combo to a filter but no.
So
If i can add a field to a tracker that will accept a manual entry for the filter, how can i substitute the text box or replace it for a combo with pre-defined values?
when the dashboard loads, it no longer auto populated the datagrid
i couldnt preset the data to the tracker fields
i needed the combo so how open, closed & nothing (empty field). The combo does this but the BAQ wouldnt show all on the empty field.
we settled with open, closed only and populating the tracker fields
These are related. There are posts out there that talk about it. Basically, you make the values in the drop down Yes, no (or whatever your calculated fields are) and %. Then do a matches filter. the % will return all.
This takes a customization. The code isn’t too bad though.
I tried the code approach, i was getting an error about csm not existng. Anyway, i updated the BAQ advanced field with % and then added that to a matches filter and it works just fine.
If you want to figure it out, post your code and your errors. csm Most definitely exists, so it’s fixable. If not, I’m glad you got to something acceptable.