Hi all,
The foundset filter functionality seems to doesn’t work in this framework version. Is that correct? I’ve put it normally into a program, then the program into a layout with one tab. The filter is over an integer field:
“my_field” “=” “1”
Thanks
Riccardo
Does Anybody have the same problem?
There is indeed a problem with the foundset filter functionality. To fix this, please go to method svy_nav_init_programs and replace
AND p.program_name IN ('" + _stringPrograms + "')"
by
AND p.program_id IN ('" + _stringPrograms + "')"
This problem has already been fixed for the next release.
It works!
Thanks a lot Vincent!