Page 1 of 1

[Urgent]: TM1RPTVIEW is not working

Posted: Wed Mar 02, 2022 9:36 pm
by mincharug.shulft
Hi All: Really appreciated it if anyone come across the same issue and resolution:

I have an existing Active form report and I need to add a new column and then in the new column, I am using the TM1RPTROW and then referencing the TM1RPTVIEW in that TM1RPTROW. both TM1RPTVIEW and TM1RPTROW are newly created. but while refreshing the active form report, it is not showing up values in the new column. Anything I am missing could you please assist me. it is something a bit urgent.

Re: [Urgent]: TM1RPTVIEW is not working

Posted: Wed Mar 02, 2022 11:06 pm
by burnstripe
Does the named range TM1RPTFMTRNG cover the width of your report?

are there title functions in place (within the tm1rptview) that don't correspond to the elements used within the new column? If so, remove the title functions for those dimensions

Has the dbrw in the new column got the correct $ placings for each part within the dbrw. I.e. When the active report builds any new lines still reference the desired cells/context

Re: [Urgent]: TM1RPTVIEW is not working

Posted: Fri Mar 04, 2022 2:03 am
by mincharug.shulft
thank you burnstripe. it worked thank you.