Okey. If I don’t run prompt(), won’t load my saved query with this code?
qRun = new SysQueryRun(this.InventTableQuery);
while (qRun.next())
…
…
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…
I just talked with our admin he says there would be a global filter for this, he says I’ll check…
That made me mad. Anyway thank you…
prompt() is for getting input from user. I can’t tell you whether you need it or not.