we have requirement in BI Publisher template to call template from External file in the folder mounted in BIP Server.
<?import:file:/istinc/OBIE/board/commentary/commentary_qfr_000022_202412.rtf?>
<?call-template: QFR_PR_TITLE?>
I have two parameter which would be passed to the Main BIP template
<?param@begin:FUND_ID;'000022'?>
<?param@begin:END_DATE;'202412'?>
the above parameters data should replace the appropriate data in the link /commentary_qfr_000022_202412.rtf
and based on this parameters , the link should dynamically call the file in the folder.
so if the i pass the parameter as
<?param@begin:FUND_ID;'000060'?> ,
<?param@begin:END_DATE;'202409'?>
the link should call -
<?import:file:/istinc/OBIE/board/commentary/commentary_qfr_000060_202409.rtf?> at runtime
Any help on this is appreciated. Thank you