monishapm wrote:Hi,
I tried to attach the screenshot of my excel perspective but i am not able to.
(1) [Alt]+[Print Screen]
(2) Windows Start menu -> Programs -> Accessories -> Paint
(3) [Ctrl]+[V] to paste the capture into Paint
(4) File menu -> Save As, changing the file type to a .jpg
(5) On the Upload Attachment tab below the main message window, click the [Browse] button to select the jpg file that you just created, then click the [Add The File] button.
monishapm wrote:I am using TM1 9.5. In the excel perspective there is a tab called devoloper. In that Dimension create , Dmesion Open and Dimension Save options are there.
You're certain that this isn't a
toolbar, not a tab, named TM1 Developer?
monishapm wrote: When we use Dimension create option an excel sheet named *.xdi gets opened.
OK, so you're doing this through an .xdi, now we're getting somewhere.
monishapm wrote:In that i wrote following heirachy.
N: a
N: b
.
.
.
C: Ab
a
b
Like this..
But at certain point its showing that it cant insert Ab,"","".
Which is not at all the same error message as you reported previously. Nonetheless, generically speaking, with an .xdi you'll get a "can't insert" error message where one or more of the elements that you have under the consolidation has not been defined as an N level element. For example, if you have:
You'll get an error message indicating that e can't be inserted, because e does not in fact exist in the dimension.
A more difficult to detect error is if you have, for example, two single quotes in front of one of the elements under the consolidation.
One single quote will identify the child element as a string. Two together will cause the second quote mark to be interpreted as part of the element name. There could be any number of other formatting issues which will cause this, but the short of it is that you're
probably trying to insert a non-existent element into a consolidation at that point, although if an .xdi fails to save it fails all the way. It won't do a partial addition of the elements.