ReqFilterFields not working on RTC?

julkifli33julkifli33 Member Posts: 1,073
edited 2012-02-22 in NAV Three Tier
hi ... i create report from table 81 (general journal line)
in that report i have ReqFilterFields, such as Journal Template Name,Journal Batch Name,Document No.
lets say i have these :
journal template,Journal Batch
A,1
A,2
B,3
B,4
B,5

in classic it's okay
when we select template A, and then we select batch there will be 1 and 2
when we select template B, and then we select batch there will be 3,4 and 5

but why not working in RTC?
please help

Comments

  • vitmalvitmal Member Posts: 5
    Hi, I shortly looked at source code. It looks like you use diffrent filters when you run report from classic client and RTC. The another strange thing is you use condition " IF PrintAll = FALSE THEN" but you never don't set variable PrintAll to True value. Maybe you added this condition after running from classic client and before running from RTC. It could be the reason of your trouble.
  • julkifli33julkifli33 Member Posts: 1,073
    vitmal wrote:
    Hi, I shortly looked at source code. It looks like you use diffrent filters when you run report from classic client and RTC. The another strange thing is you use condition " IF PrintAll = FALSE THEN" but you never don't set variable PrintAll to True value. Maybe you added this condition after running from classic client and before running from RTC. It could be the reason of your trouble.
    even i use wizard (without additional coding) is the same
Sign In or Register to comment.