How to get query filters?

Okey. If I don’t run prompt(), won’t load my saved query with this code?

qRun = new SysQueryRun(this.InventTableQuery);

while (qRun.next())

I simplied my query, just left InventTable, still getting dimension filter after promt.

I changed table to CustTable instead of InventTable there’s no more dimension or any filter left. Changed again inventTable and that filter comes again. I tried different tables there’s no problem.

I looked up SysQueryRun class if there’s any customization, there isn’t. I frustucated… :slight_smile:

I just talked with our admin he says there would be a global filter for this, he says I’ll check… :slight_smile:

That made me mad. Anyway thank you… :slight_smile:

prompt() is for getting input from user. I can’t tell you whether you need it or not.