Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

data load

Hi Guys,

I want to keep my sharepoint link to QVS file and wanted to load that qvs to dashboard while loading data.

Idea is if there is any change in the link we can change in the qvs file instead of Dashboard.

But Getting error while loading

$(Include=sp.txt);

LOAD [Application],
     [QV Name],
     [Primary Owner],
    
FROM

$(Include=sp.txt)
;


Any suggestion ?

1 Reply
marcus_sommer

In general your approach will work but you used the same include-file twice within these load-statement which is very probably not correct - maybe you need more than one include-file and/or the include-file needs to contain more than one variable for the connection, path, file, file-format and so on.

Also see: The $(Include) which you $(Must_Include) into your toolkit

- Marcus