Data driven subscription to fileshare

  • Hi,

    I am new to ssrs and need to create a data driven subscription to a fileshare for a report.

    What do I need to enter in step 3 of the create data driven subscription wizard if I want the report to export as CSV to a fileshare?

  • I found a solution for what I wanted to do by using

    SELECT 'ReportName_' + REPLACE(CONVERT(VARCHAR(10),GETDATE(),101),'/','') AS [FileName]

    This then allowed me to proceed to step 4 where I could populate the necessary options for the fileshare csv file

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply