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.
There is requirement to view a tableau url in appian screen whose script is
provided with a script tag (like<script src="xyz"> <div>...</div></script>).
Which component can I use to achieve it.
Hi priyadharshinit0001 and Robert Shankin , Could you please guide how you achived this