xxxxxxxxxx
To use an iframe to display a report that was NOT published you need construct an EMBED URL and use it in the iframe.
Notice the "view-embed" key word in the option below.
https://www.zoho.com/creator/help/reports/publish-and-embed-reports.html
Working Iframe:
<iframe style="height:calc(100vh - 200px);" width='100%' frameborder='0' allowTransparency='true' scrolling='auto' src='https://creatorapp.zoho.com/ops_tyrlogistics/fleet-management-system//view-embed/All_Rates'></iframe>
<iframe height='500px' width='100%' frameborder='0' allowTransparency='true' scrolling='auto' src='https://creator.zoho.com/<app _owner_name>/<app_link_name>/view-embed/<report_link_name>/<key>'></iframe>
xxxxxxxxxx
To use an iframe to display a report that was NOT published you need construct an EMBED URL and use it in the iframe.
Notice the "view-embed" key word in the option below.
https://www.zoho.com/creator/help/reports/publish-and-embed-reports.html
Working Iframe:
<iframe style="height:calc(100vh - 200px);" width='100%' frameborder='0' allowTransparency='true' scrolling='auto' src='https://creatorapp.zoho.com/ops_tyrlogistics/fleet-management-system//view-embed/All_Rates'></iframe>
<iframe height='500px' width='100%' frameborder='0' allowTransparency='true' scrolling='auto' src='https://creator.zoho.com/<app _owner_name>/<app_link_name>/view-embed/<report_link_name>/<key>'></iframe>