I've followed the instructions from this thread: http://www.tm1forum.com/viewtopic.php?f=3&t=4836
I have this working in Perspectives, but not in TM1 Web or TM1 Application. The drop down list in Web and Application displays "#ERR!" while in Perspectives I can see the correct elements. I've narrowed the problem to the use of a dynamic range as my list. If I create a static named range the drop down list works both in Perspectives and the Web/Application.
I have a worksheet, "Lists", where I've created an index column and an element column.
The code used to create the element column is:
Code: Select all
=SUBNM("KPM-1011-10:Projects HY","Projects HY",A1)
This is the code used for the dynamic range:
Code: Select all
=OFFSET(Lists!$B$1,0,0,COUNTIF(Lists!$B:$B,"?*"),1)
Thoughts or ideas? Thanks!