Element-ghost
Posted: Mon Jul 27, 2015 7:32 pm
Hi all!
I have a really strange issue. First of all, I'm not the original developer of the current system.
In Cost Element dimension I have one consolidated element ("Total Sal&Ben&Labor&AL&TOIL") which is fully "non-working", I cannot find it using a wildcard search, DIMIX, ELLEV return 0 for that element.
The next MDX returns its children instead of the element itself:
[Cost Element].[Total Sal&Ben&Labor&AL&TOIL]
I even do not see it when I click "subset all" button in a subset editor. I even don't get it when I just loop all the dimension elements and output to a text file.
DIMSIZ function returns 1815, when I see in subset editor that element has index 1829
The only way how I select that element in subset is just by copying its name to a clipboard and pasting it in a subset editor.
As I said before If I try to use that element in TI I get an error that element doesn't exist.
I'm able to see the data in a cube viewer for that element but I cannot export it.
I have a process which generates DimensionElementInsert statements. So I created a process which for Cost Element first deletes all the elements and then runs those DimensionElementInsert to insert the elements back.
But after I run it, the element-ghost is still there.
Has anybody had anything similar? What did you do?
I have a really strange issue. First of all, I'm not the original developer of the current system.
In Cost Element dimension I have one consolidated element ("Total Sal&Ben&Labor&AL&TOIL") which is fully "non-working", I cannot find it using a wildcard search, DIMIX, ELLEV return 0 for that element.
The next MDX returns its children instead of the element itself:
[Cost Element].[Total Sal&Ben&Labor&AL&TOIL]
I even do not see it when I click "subset all" button in a subset editor. I even don't get it when I just loop all the dimension elements and output to a text file.
DIMSIZ function returns 1815, when I see in subset editor that element has index 1829
The only way how I select that element in subset is just by copying its name to a clipboard and pasting it in a subset editor.
As I said before If I try to use that element in TI I get an error that element doesn't exist.
I'm able to see the data in a cube viewer for that element but I cannot export it.
I have a process which generates DimensionElementInsert statements. So I created a process which for Cost Element first deletes all the elements and then runs those DimensionElementInsert to insert the elements back.
But after I run it, the element-ghost is still there.
Has anybody had anything similar? What did you do?