Page 1 of 1

What to do so that corrupt view should not get generated?

Posted: Wed Oct 16, 2019 10:59 am
by habibullah.sayyed
Hello everyone,

Corrupt views are getting generated, the reason may be deleting element from subset or any reason. But I dont want it to get generated, so what do I do so that the corrupt views dont get generated ?
AND
Using MDX, can I prevent from generating corrupt views ?

Re: What to do so that corrupt view should not get generated?

Posted: Sat Oct 19, 2019 9:15 am
by Wim Gielis
So you would like to avoid corrupt views at any rate ?
Then don’t delete elements, don’t change dimension structures, don’t change anything at all. To avoid working with hardcoded element names, you could consider levels. But in the end it’s just something to live with. Open up the relevant vue and sub files in a text editor to understand why a view has gone corrupt.

Re: What to do so that corrupt view should not get generated?

Posted: Sat Oct 19, 2019 10:16 am
by habibullah.sayyed
Wim Gielis wrote: Sat Oct 19, 2019 9:15 am So you would like to avoid corrupt views at any rate ?
YES...
Wim Gielis wrote: Sat Oct 19, 2019 9:15 amThen don’t delete elements, don’t change dimension structures, don’t change anything at all. To avoid working with hardcoded element names, you could consider levels. But in the end it’s just something to live with. Open up the relevant vue and sub files in a text editor to understand why a view has gone corrupt.
Can you tell more reason for corrupt view.
& is their any TI or setting so that view should not get corrupt?

Re: What to do so that corrupt view should not get generated?

Posted: Sat Oct 19, 2019 10:34 am
by Wim Gielis
Did you really read and understand my previous post ?