Hello,
Our Knowledge Base article [Connecting to Denodo from Tibco Spotfire ](https://community.denodo.com/kb/view/document/Connecting%20to%20Denodo%20from%20Tibco%20Spotfire?category=Northbound+Connections) does not mention or show folders, but does say the following:
*The complete list of available configuration settings and default values can be consulted in the XML Settings section of the Spotfire manual.*
So I took a look at TIBCO's documentation to see what I could find, and do not see anything relating to folders in their [XML settings for data sources](https://docs.tibco.com/pub/spotfire_server/7.12.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-1BE3A384-25F2-4CA1-966E-534B39239CD0.html).
Now, what I think might help a little bit in this scenario, is to get an indicator if the view is either a base view, a derived view, or an interface view. Denodo has a stored procedure called [get_views()](https://community.denodo.com/docs/html/browse/6.0/vdp/vql/stored_procedures/predefined_stored_procedures/get_views) that you can use in your query sent to Denodo, so that you can pull that specific information you are looking for.
If you have a user with support access, you can always open a support case in the [Denodo Support Site](https://support.denodo.com/) so that you can either look for another specific workaround or open an enhancement request so that it can be evaluated by the Denodo team.
I hope this helps!