Project

General

Profile

Bug #15837

Updated by Pascal Rössler over 1 year ago

Trying to merge multiple pdf into one like the following example. 

 <pre> 
 10.sql=SELECT CONCAT('d:file.pdf|s|r:0|b:primary|G:glyphicon glyphicon-file|t:PDF Download|g:_blank' 
                            ,'|F:fileadmin/protected/ma/2023/{{pIdStudent:V}}/thesis.pdf' 
                            ,'|F:fileadmin/protected/ma/2023/{{pIdStudent:V}}/checklist.pdf' 
                            ,'|F:fileadmin/protected/ma/2023/{{pIdStudent:V}}/assessment.pdf') AS _link 
 </pre> 

 Results in the following Error Message. 

 !clipboard-202303201409-qeuak.png! 

 

Back