Closed Mahimajain25 closed 1 month ago
You are creating an alternate hierarchy, but the old TM1 front ends (architect/perspectives) can't render alternate hierarchies in the server.
To see the created hierarchy use Arc or PAW https://code.cubewise.com/software/products/arc/
If you provide the same hierarchy_name as dimension_name you will see your creation in Architect/Perspectives.
Yes, agreed. Just about to reply. :)
Get Outlook for iOShttps://aka.ms/o0ukef
From: Marius Wirtz @.> Sent: Tuesday, October 15, 2024 6:29:04 PM To: cubewise-code/tm1py @.> Cc: Subscribed @.***> Subject: Re: [cubewise-code/tm1py] Not able to view element created from update_or_create_hierarchy_from_dataframe function in dimension even after refreshing server. (Issue #1166)
You are creating an alternate hierarchy, but the old TM1 front ends (architect/perspectives) can't render alternate hierarchies in the server.
To see the created hierarchy use Arc or PAW https://code.cubewise.com/software/products/arc/
If you provide the same hierarchy_name as dimension_name you will see your creation in Architect/Perspectives.
— Reply to this email directly, view it on GitHubhttps://github.com/cubewise-code/tm1py/issues/1166#issuecomment-2413227682, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAZQV7L3FALHSVZ4JSSD763Z3TG5BAVCNFSM6AAAAABP6SE56OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJTGIZDONRYGI. You are receiving this because you are subscribed to this thread.Message ID: @.***>
the same hierarchy_name as dimension_name you will see your creation in Architect/Perspectives.
Thank you @MariusWirtz for your help😊. I really Appreciate it. 👍 I'm able to view Hierarchy in Architect.
Hi Team,
I'm trying to create a dummy region dimension from Pandas data frame using update_or_create_hierarchy_from_dataframe function. issue is - dimension is created and elements is not visible in architect. But visible in Jupyter notebook.
Please note using the same user while creating dimension from tm1py and viewing in Architect.
Code:
Output : True True ['France', 'Belgium', 'Germany', 'Europe', 'World'] ['Alias'] ['RegionHierarchy', 'Dummy_Region'] ['test']
Please find screenshot of dataframe and dummy_region dimension attached.
Version