~Holly ZekhipisonnivuAug 9, 2011, 6:49 PM64 PostsUse @DbLookup instead of @DbColumn?- Or use SSJS to run the entire state collection and presentation process instead of EL. Should work either way ... check if a selection has been made, pull using that or pull it all. Hope this helps...
~Vera OpfreechekakolAug 12, 2011, 8:03 AM14 PostsRe: Filter Repeat Control by Value(s) in ColumnUse either @DbCollumn (no filter) or @DbLookup (key based on value in your combo). Another solution vould be to use single repeat with combination of "Keys" property of View data source.
~Dana FrofanakonyobuAug 12, 2011, 12:14 PM66 PostsRe: Filter Repeat Control by Value(s) in Column Thanks for the replies. I was actually just able to filter the back-end view in the client so I didn't have to mess with filtering inside the repeat.