Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We have one strange bug, , Measure sorting in visualization API is not working in Sept release, anyone has any idea on this?
It works fine in Nov release.
This below code works perfectly in nov release but not in sept release
var objField = {};
objField.qLibraryId = "WZuPmc";
objField.qType = "measure";
objField.qLabel = "";
objField.autoSort = false;
objField.qSortBy = {};
objField.qSortBy.qSortByNumeric = salesperformance.chartorder == -1 ? -1 : 1;
transactionDimensions.push(objField);
objHyperCube.qHyperCubeDef.qInterColumnSortOrder = [1,0,2];
app.visualization.create(chartType, transactionDimensions, objHyperCube).then(function (vis) {
I shared excerpts of the code, just to indicate that all needed ingredients are present, and it works perfectly in Nov release
tried without library id , using qDef definition, that also doesn't work.
Thanks in advance for all the help.
Thanks,
mto
Hello digvijay
This is indeed a bug which was found on the September release and fixed for the November release.
Best Regards
Jonas
Try reporting it to support.
Erik Wetterberg
Hello digvijay
This is indeed a bug which was found on the September release and fixed for the November release.
Best Regards
Jonas
Thanks for confirming!
Thanks Erik, I raised the support ticket on this. Lets see what they respond, looks like a bug in sept release.