From: Creative M. <Cre...@Pu...> - 2002-06-15 18:42:03
|
Hi, How about adding a filter function to pagebreaks. I haven't involved myself to deeply yet to whether you can or cannot adress variable names to questions rather than just numbers, but I'll look into that later on. That would be first step I believe, when that's done you should be able to address a variable and a value to whether the page will be displayed or not. eg. VARNAME = Q1 1. Do you own a Ford? 1. Yes 2. No <PAGEBREAK> *PAGE DISPLAY IF (Q1 = 1) VARNAME = Q2 2. Do you like your Ford? 1. Yes 2. No Is that the next step? I could think of a queryset for filters as the one above using the normal operators and then a querybuilder as an option to make it easy for certain users. // Creative Minds |