Hi Dojo,
Is there any way to get data from the user login in a GQI in order to filter data?
I have seen this way:
But, Is there an officially supported way yet?
Thanks!
Manuel Gallardo [DevOps Advocate] Selected answer as best 24th March 2025
Hi Manuel,
Ronald’s suggested approach in the referenced question remains the recommended method for retrieving user information, and it’s the only viable option.
Please note that data sources accessed via GQI automatically enforce the security rights tied to your user account. Consequently, if you lack access to certain data, it won’t be included in the results. Ensuring proper security restrictions are applied will effectively manage data filtering.
Manuel Gallardo [DevOps Advocate] Selected answer as best 24th March 2025
Hi Sebastiaan, thanks a lot for the info.