I have created an asset listing that lists completed form submissions. Then, using the %asset_short_name_linked% gets output as a CSV file.
All works well and as expected - however, I would like to limit the submissions by a specified date (e.g., only output submissions newer than 1 Aug 2016)
How can I pass a 'date' form field value into the code below (replacing the hard coded value I have there currently)?
%globals_get_<variable>% does not seem to work.
Type Format > Default Format (as below):
%begin_asset_created^gte_date:2016-04-15% %asset_created%,"%question_answer_293980_q1%","%question_answer_293980_q2%","%question_answer_293980_q13%","%question_answer_293980_q4%","%question_answer_293980_q5%","%question_answer_293980_q9%","%question_answer_293980_q11%","%question_answer_293608_q1%","%question_answer_293608_q2%","%question_answer_293608_q13%","%question_answer_293615_q1%","%question_answer_293616_q9%","%question_answer_293616_q2%","%question_answer_293617_q2%","%question_answer_293617_q4%","%question_answer_302006_q2%","%question_answer_302006_q3%" %end_asset%
Running Windows with Chrome
We are using Squiz v5.3.4.0
Any assistance would be much appreciated.
Gavin