can anyone support me i am trying to filter a question based on another field this is to be in S123 report. the below photo shows the step which i need to apply it is it possible?
Solved! Go to Solution.
i have been tryed may syntex and i got the sloution
${if stolen_dss == "Yes"}
Photo of Stolen DSS
${#img_stolen_dss}${$file | size:250:250}${/img_stolen_dss}${/}
so, in simpler terms, this code says: "If the answer to the stolen_dss question is Yes, then display the text 'Photo of Stolen DSS' and the image from the img_stolen_dss field, resized to 250x250 pixels." If the answer to the stolen_dss question is not Yes, then nothing will be displayed in the report.
i have been tryed may syntex and i got the sloution
${if stolen_dss == "Yes"}
Photo of Stolen DSS
${#img_stolen_dss}${$file | size:250:250}${/img_stolen_dss}${/}
so, in simpler terms, this code says: "If the answer to the stolen_dss question is Yes, then display the text 'Photo of Stolen DSS' and the image from the img_stolen_dss field, resized to 250x250 pixels." If the answer to the stolen_dss question is not Yes, then nothing will be displayed in the report.