Page 1 of 1

SeedCodeIWP Filter Bug

PostPosted: Sat Nov 06, 2010 3:37 pm
by ScottJ
I believe I have found an issue with the filter. I am using the sample data.

When you filter by title, there is a "-" in the text box. In the script "Save Filter Changes" There is an If[not IsEmpty.... before the Set Field line. The file ::FIlterTitle_k_Glob is getting set to "-" which causing no found set.

The live demo version and the version I downloaded for purchase has the same issue.

Thanks
Scott

PostPosted: Sun Nov 07, 2010 6:09 pm
by John Sindelar
Hi Scott,

You can change that to...

not IsEmpty ( FilterActivity::FilterTitle_k_Glob & FilterActivity::FilterStatus_k_Glob )
and
( ilterActivity::FilterTitle_k_Glob ≠ "-" or FilterActivity::FilterStatus_k_Glob ≠ "-" )

...if you'd like. But I think clicking "clear filters" gets you back to date-ranged found set.

Let me know if I'm missing something.

Thanks,

John