Print
Print:
Summary
Body
Related Articles
Hiding Header and Footer from Report in Client Portal
Summary
Explains how to hide the header and footer from an iframe embedded TDX public dashboard on the Client Portal
Body
Question
How do I hide the header and footer when I embed a TDX report in the client portal?
Can I suppress the header on an embedded public dashboard?
Environment
Global TDAdmin access or Application Admin access to the client portal to be edited
Answer
Get the link to a public dashboard that houses the reports you want to embed (see related articles)
Add your organization's TeamDynamix URL (environmentname.teamdynamix.com) to the iframe sources, if not already present
In
TDAdmin
click
Organization Settings
Click
HTML Content Allowlists
Click
iFrame Sources
If your TeamDynamix URL is not in the list, click
+Add Entry
in the toolbar
Type or paste the URL of your TDX URL into the row that appears
Click
Save
in the toolbar
Create the HTML iframe module
Access the admin page for the client portal:
For
Global Admins
: TDAdmin > Applications > [Client Portal]
For
App Admins
: [Client Portal] > click your name in the top right (sign in if needed) > click
Admin
Click
Modules & Pages
>
HTML Modules
Create an HTML module with the desired name, border, and name visibility settings
Click the
Source
button in the top left of the content editor
Set up the embedded link using the
iframe
tag, and append "
&ShowNav=0&ShowFoot=0
" to the dashboard's Public URL copied in step 1
For example: <iframe src="https://acmeuniversity.teamdynamix.com/TDClient/144/HR/Dashboard?pd=wxOaD1VP5Uk_
&ShowNav=0&ShowFoot=0
"></iframe>
Click
Save
Add the HTML iframe module to a portal page
Return to the admin page for the client portal
Click
HTML Modules & Pages > Pages
Click the name of the desired page to host the public dashboard
Click the
Content
tab
In the Available Content field, search for the name of the HTML iframe module created in Step 2 above
Drag the module to the desired location on the page
Click
Save
Details
Details
Article ID:
162823
Created
Tue 11/19/24 12:36 PM
Modified
Wed 8/27/25 4:17 PM
Related Articles
Related Articles (1)
Creating a Public Dashboard
This article explains how to create and add a public dashboard to your Client Portal.