Start a new topic

@export filename doesn't replace variable

Hi,
I'm trying to export a generated table using a filename that includes the date in some way.

@export on;
@export set filename="D:/Testdateiname_${dbvis-date}$.xls" format="xls";

generates the file

D:/Testdateiname_${dbvis-date}$.xls

I'm using Pro 10.0.21. Following "http://confluence.dbvis.com/display/UG100/Exporting+Query+Results" a substitution seems to be possible...

Can you please tell me what's wrong?

TIA
Marc
1 Comment

Marc,


That works fine for me. What is your variable identifiers? Check in Tools->Tool Properties and under the General / Variables category.


Regards


Roger

Login or Signup to post a comment