When creating a pivot, adding a calculated field, and these by default is added to the bottom of the Values.
When you view the pivot with the calculated fields in the default column spot the field values are calculated correctly. Please see screenshot 'create_pivot'
When you click on Fields and move the calculated field (in my case named ATP) higher up. See screenshot 'values_order'
When you then view the modified pivot, the values are not re-calculated , see screenshot 'edited_pivot' Instead in my case the values displayed for ATP is the 'Aggregated Basic Concession Cost Net' value.
Hi Marleze,
Thank you for reporting this – we've managed to reproduced similar behavior on our side.
Our development team will take a look at this – the fix will be available with our upcoming release ETA Nov 2nd.
Please let us know if you have any other questions we can help you with in the meantime.
Best regards,
Mykhailo
Hi Marleze,
We are happy to inform you that the issue with mixed-up values of calculated measures has been fixed – we've managed to solve this a little bit earlier than the previously provided ETA.
This is available in the 2.8.18 version of Flexmonster: https://www.flexmonster.com/release-notes/.
You are welcome to update the component. Here is our updating to the latest version guide for assistance: https://www.flexmonster.com/doc/updating-to-the-latest-version/.
Please let us know if you have any other questions we can help you with.
Regards,
Mykhailo
Hi Marleze,
Hope you're doing well.
Just checking in to ask whether you've had a chance to check out the recently introduced fix – is it working well for you?
We would be happy to hear your feedback.
Best regards,
Mykhailo
Hi Mykhailo, We've planned to update to the 2.8.18 version of Flexmonster in the next 2 weeks.
I will definitely let you know once I've tested the fixes. Thanks for following up!
Marleze,
Thank you for the heads-up! We will be looking forward to further updates.
Kind regards,
Mykhailo
Hi Mykhailo, I hope that you are well?
I've tested the fix and I can confirm it is working, however I have a couple of findings:
I hope this is informative, let me know if you need any more information from our side.
Thanks, Marleze
Hi Marleze,
Thank you for your detailed response.
So far, we haven't been able to reproduce the described behavior on our side.
In order for us to investigate this further, do you think you could provide us with your report configurations together with a dummy data set with which such behavior is reproducible? This would greatly help us get to the core of the issue faster.
In case any sensitive data is involved, you can send it to us via email to ensure privacy.
Looking forward to your response.
Best regards,
Mykhailo
Hi Mykhailo,
I've asked my team to investigate, as we can definitely replicate this issue every time on our end.
If you look at https://jsfiddle.net/0Lb94nyg/ , the following is commented out by default:
/*report: {
options: {
calculatedValues: true,
showCalculatedValuesButton: true
}, */
the same variables are also set here under Global from what we can see:
var pivot = new Flexmonster({
container: "pivot-container",
componentFolder: "https://cdn.flexmonster.com/",
toolbar: true,
global: {
options: {
calculatedValues: true,
showCalculatedValuesButton: true
}
},
When the Report section is commented out, the calculated fields do not appear, but when un-commented the Report section, then the calculated fields are displayed.
If this does not help, we can look at sending you guys some sample data to try and replicate this issue on your end.
Thanks Marleze
Marleze,
Thank you for providing us with a descriptive sample.
We can see the described behavior is reproducible – the predefined calculated values are not available when the corresponding property is set inside the Global Object while left unspecified inside the Report Object. Our team will take a look at this, and we'll return to you with a fix on ETA Dec 14th.
However, it seems like the three issues you've reported in your previous response extend a bit further than this. If this is the case, we would appreciate it if you could provide us with samples for those use cases as well, as we haven't been able to reproduce them so far.
Looking forward to your reply.
Best regards,
Mykhailo
Hey Mykhailo,
The following JSFiddle demo https://jsfiddle.net/yq29gw84/3/ replicates the first scenario mentioned:
I also got the report JSON for the particular pivot which seems to be problematic, attached if that will help you guys.
The 'Formula #1' is the calculated field that disappears when the pivot is closed & re-opened (after you Save or even Save As the changes made to the pivot)
We're trying to figure out what the best way is to give you guys a copy of our cube and config to the pivot that we're experiencing this with. But I hope the above helps.
Hi Marleze,
Thank you for providing further details on the issues in question.
We were able to reproduce the first scenario thanks to the provided sample – this bug has been added to the list of issues to fix by Dec 14th.
Speaking of the report file you've attached, we could not connect Flexmonster to your cube – we assume it has restricted access configured on your side. Therefore, it would indeed be great if you could provide us with a dump of your cube so that we can restore it on our side – please let us know if there is any progress on this!
Also, it seems like the "Save As" tab is your custom toolbar button – do you think you could share its handler function with us, just in case it contains anything that might be related to the issues we're discussing?
Looking forward to your response and have a great weekend ahead!
Kind regards,
Mykhailo
Hi Mykhailo,
I'm Will, Marleze's coworker. Hope that you had a great weekend.
I'll try to explain the issue we are facing in these three scenarios that Marleze described above.
Can you please confirm if these findings are related to each other or if there is something else that causes our problems? Please let us know if it has any new conclusions.
Thanks,
Will
Hi Will,
It is nice to meet you, hope you've had a great weekend as well!
Thank you once again for providing the samples and explaining the issues you've encountered.
The situation now seems clear to us – the described issues are most likely related. With that in mind, our team will take a look at this, and we'll return to you with the results on the previously specified ETA of Dec 14th.
Please let us know if there is anything else we can help you with in the meantime.
Regards,
Mykhailo
Hi Will,
We are glad to inform you that the issue with setting properties for SSAS through the global object was fixed.
This is provided in the 2.8.22 version of Flexmonster: https://www.flexmonster.com/release-notes/.
You are welcome to update the component: https://www.flexmonster.com/doc/updating-to-the-latest-version/.
Please let us know if everything works fine for you.
Best regards,
Mykhailo
Hi Will,
Hope you're doing well!
Just checking in to ask if you've had a chance to try out the latest fix we've introduced. Have you found it helpful?
We would be happy to hear your feedback.
Kind regards,
Mykhailo
Hey Mykhailo,
Apologies, we missed your previous 2 messages. We will update and get back to you. Today will be our last working day for 2020, so we will get back to you early 2021.
Thanks!
Hi Mykhailo, just confirming that we've tested the fix and we're happy that it's working as expected! Thanks.