in my report I have data provider class linked with query. the query is right because I try it in SQL MS and it brings data.
I debug my data provider and when the debugger needs to fill the Tmp table ( while (QueryRun.next())) the debugger skip the while.