Filter repeating group when click on event category

Hi everyone,

I try to filter repeating group when I press on the category button of that current event.
the category data type is an option set of category.
in the worflow I have this -
image

however, when I press the category I get blank repeating group and the URL look like this -
image
it should be category=Games

anyone know how can I solve this issue?
Thanks

1 Like

Hi Galli, there is probably a space after the word “Games” in the option set. A space is replaced by %20 when a string is url-encoded.

Yeah… there’s either a space in your Option’s Name, or a space in the url parameter value in your Go To Page action (after the Option’s Display).

ok, and why do you think I get blank repeating group?

Because there’s no data matching the constraints you’re applying.

why it doesn’t let me show only the events that in the same category in the URL?
what I do wrong?

You have a type mismatch in your expression.

There’s a space in your database after Games

What I recommend here is use find and replace, replace spaces with - and when filtering the repeating group keep the same find and replace there as well

This topic was automatically closed after 70 days. New replies are no longer allowed.