Question
Filter based on repeat region value
I have a repeat region which outputs a list of lessons. Each
lesson has a set of details.
I have 2 record sets
rslessonName (which contains the following columns) id, courseID, lessonID, lessonName
rslessonDetails (which contains the following columns) id, lessonID, description_1, description_2....to description_25
The repeat region is filtered by a URL Parameter courseID and is set to ascending order based on lessonID
so that part works fine
what I want to do is take the value lessonID during the repeat region and have the rslessonDetails record set display.
I have tried all types of filtering ... but I can't get anything to work
any suggestions???
I have 2 record sets
rslessonName (which contains the following columns) id, courseID, lessonID, lessonName
rslessonDetails (which contains the following columns) id, lessonID, description_1, description_2....to description_25
The repeat region is filtered by a URL Parameter courseID and is set to ascending order based on lessonID
so that part works fine
what I want to do is take the value lessonID during the repeat region and have the rslessonDetails record set display.
I have tried all types of filtering ... but I can't get anything to work
any suggestions???