James Lunan
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
Thank you. Case opened: 00374032
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
The same thing. It does not translate
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
I'm the user, so yes
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
Thank you
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
sent
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
utsav.kapoor@thoughtspot?
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
Yea, absolutely. I'd prefer not to send it in public (sessions and what-not). Should I open a support case?
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
The only 404's don't seem to be an issue:
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
Thanks for responding. We do not allow embed users to see their profile and change the local. Looking at the top of the page you linked, I was under the impression that the browser locale will be honored. Is that incorrect?
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/25/2024 in #dev-help
Hey all, we are having some issues with
import { PageView, Spinner } from '@newstore/nom-core-components'
import { Page } from '@thoughtspot/visual-embed-sdk'
import { AppEmbed } from '@thoughtspot/visual-embed-sdk/react'
import { useThoughtSpotAuth } from '../hooks/useThoughtSpotAuth'
import '../app.css'
export default (): JSX.Element => {
const isAuthenticated = useThoughtSpotAuth()
return (
<PageView.Root className='relative !p-0 h-full'>
{isAuthenticated
? <ThoughtspotIframe className='h-screen' />
: (
<div className='flex justify-center items-center h-screen'>
<Spinner />
</div>
)}
</PageView.Root>
)
}
const ThoughtspotIframe = ({ className = '' }): JSX.Element => {
return (
<AppEmbed
disableProfileAndHelp
showPrimaryNavbar
pageId={Page.Home}
className={className}
hideObjects={[
'e234d5f6-3145-42ac-8bac-3b61335113ac', // Template - Associate App Sales (Original)
'6d1d8a4c-23a1-4a0c-bd29-a4be5d1bee65' // Template - Associate App Sales (Timely)
]}
/>
)
}
21 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/10/2024 in #dev-help
We are trying to prove that we support
Will provide but have to wait for help from a team member. Permission issue
4 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/10/2024 in #dev-help
We are trying to prove that we support
NewStore Docs we used: https://developers.thoughtspot.com/docs/set-locale
4 replies
TFDThoughtSpot For Developers
•Created by James Lunan on 9/10/2024 in #dev-help
We are trying to prove that we support
Are there known issues with this feature? If not, is there something we should be doing in our embed that we are not?
4 replies