HI Robert,
I am also battling to replicate, just like Daniel.
If I have the Perspectives Excel add-in and the Office Reporting TM1 add-in both active, I get mixed results - #N/A
etc. I have left to COM add-in off as this will load the ribbon etc.
May be worth checking if there are any add-ins loaded but not visible. Try the code below and let us know what you have:
Sub Addins()
Dim aiXL As AddIn
For Each aiXL In Application.AddIns2
Debug.Print aiXL.Name, aiXL.Installed, aiXL.IsOpen
Next
End Sub
------------------------------
George Tonkin
------------------------------
Original Message:
Sent: Fri December 04, 2020 01:30 PM
From: DANIEL BERNATCHEZ
Subject: Perspectives V11 / TM1 formulas return NA
Robert:
Thanks for detailed video.
I have not been able to replicate your issue.
Question:
- You had previously mentioned testing both PAfE and Perspectives. If both add-ns are loading they may be conflicting with each other. Have you confirmed all the PAfE Excel and COM add-ins are disabled and not loading?
- Does it happen if you leave calc method as manual?
Other than that, I am running out of ideas. Do we need to start looking at versions of the components?
- Excel
- TM1 Perspectives
- PA Server
------------------------------
Daniel Bernatchez
Clear Apex LLC
Original Message:
Sent: Fri December 04, 2020 09:12 AM
From: Robert MILLI
Subject: Perspectives V11 / TM1 formulas return NA
Hello George,
You're right that the SData database wasn't a genuine one, so I've resetted it and asked my favorite business user to create a new version of the video and here we are !
Regards,
Robert
------------------------------
Bob
Original Message:
Sent: Wed December 02, 2020 11:09 AM
From: George Tonkin
Subject: Perspectives V11 / TM1 formulas return NA
Hi Robert,
Had a quick look on my SData sample to create the same view as you.
Where did JANUARY_MTD come from? I do not see that in my model.
Sure it exists in the month dimension?
Principal name or Alias?
------------------------------
George Tonkin
Original Message:
Sent: Wed December 02, 2020 08:24 AM
From: Robert MILLI
Subject: Perspectives V11 / TM1 formulas return NA
Hi Dale,
Thanks for your answer. The worksheet has been created by creating a slice from a brand new view in Cube Explorer (Perspectives) and no modification has been applied to the worksheet after except the copy/paste...
Regards
------------------------------
Bob
Original Message:
Sent: Mon November 30, 2020 01:50 AM
From: dale Michael
Subject: Perspectives V11 / TM1 formulas return NA
Hi Bob
This generally occurs due to a corrupt reference in your sheet. A good culprit is the hidden view formula - make sure that only the correct context fields are being used here, and not other dimensions. This typically breaks when users adjust an existing report. They don't update the view formula.
Cheers,
Dale
------------------------------
dale Michael
Original Message:
Sent: Fri November 27, 2020 03:57 AM
From: Robert MILLI
Subject: Perspectives V11 / TM1 formulas return NA
Hello community,
Thanks for all the replies ! It's a topic which a created a lot of activity !
Unfortunately, at this step, no solution has been found to help our business users except to do a global replace of DBRW by DBRW.
One good point is that we've been able to replicate on SData server so we've made a video (see below) which has been transmitted to our support provider and IBM. We're expecting their feedback.
This issue occurs on Perspectives as on Planning Analytics for Microsoft Excel as well.
Regards,
------------------------------
Bob
Original Message:
Sent: Tue November 10, 2020 11:17 AM
From: Robert MILLI
Subject: Perspectives V11 / TM1 formulas return NA
Hello Community,
We've got a bunch of users who are complaining because it seems that when they use their "old" Excel workbooks (the ones they use to connect to the V10.2.2) with Perspectives V11, quite often the TM1 formulas break and return NA results.
Once it has started to return NA results, the only way to get it work again is to enter and validate each individual cell or do a global replace of DBRW with DBRW...
Users do not understand why it doesn't work as before...
Anyone facing the same kind of issue ?
Thanks
------------------------------
Bob
------------------------------
#PlanningAnalyticswithWatson