Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Fetching links to set of Documents in a Table

Hello All,

I am trying to fetch a set of documents present in either a database or a FTP location and create a table that gives alink to them on the basis of the Dimension.

For example in the below chart on the basis of the Customer ID dim(that identifies the file name) and display the link to it.


Customer_IDCustomer _Document
007http://server/getdoc/Cust_007.doc.
008C:\temp\temp_008.pdf



Appreciate any guidance on the same.

Cheers !

1 Reply
Anonymous
Not applicable
Author

Customer_IDDocument_Location
001Location 1
002Location 2
003Location 3
004Location 4
005Location 5
006Location 6
007Location 7

I would use an external excel sheet to create a link between the Customer_ID and there Document_Location as above. You can then link that sheet to your Customer table using the Customer_ID unique field. Once that is done you will be able to use the Document_Location dimension wherever you need to and it will alway filter based on the Customer_ID selected.