
<apex:page showHeader="false">
<apex:pageBlock >
<apex:iframe src="https://10az.online.tableau.com/t/psdemo/views/PoolsureData/Dashboard1?AccountID={User.AccountID__c}&:iframeSizedToWindow=true&:embed=y&:showAppBanner=false&:display_count=no&:showVizHome=no#4"> </apex:iframe>
</apex:pageBlock>
</apex:page>
답변 6개

I tried using {!User.AccountID__c} if that's what you mean but it wouldnt save. I get the error message "Unknown property 'User.AccountID__c' referenced in TestTableauPage"
I can save it with {$CurrentPage} as the variable but I'm not following how that would actually pass in the Account ID I need.