The requirement is to display the tableau reports from tableau website.
To achieve the same, webcontent field is used and url is passed in source which is retrieved from the DB.
Code Snippet:
a!webContentField(labelPosition: "ABOVE",source: fn!index(local!reportLink,local!selectedReport,{}),showWhen: fn!tointeger(local!selectedReport) = 3,height: "MEDIUM")
Encountered the error as shown below.
Thanks in advance.
Regards,
Priya
Discussion posts and replies are publicly visible
Priya -
I cannot reach tableau.cscsw.com on the internet - it appears to be a private resource.
The message you shared suggests appian can't reach the tableau server. Is your appian instance on that network or do you have a VPN?
Hi Robert,
Appian instance is not running in that network .We access the tableau screens by connecting to a VPN.