I am facing an issue where I have created a Dashboard and have different widgets in it, on top of each widget we have a link which gives us the List View of the particular widget in a new Lens.
Now when I am applying faceting on that chart my dashboard get completely Faceted on the basis of selection, but when I open that particular lens it gets failed up and gives this Error :
Invalid type: ARRAY instead of STRING for element 0 in right hand side of 'Overall_Project_Health__c' in [["At Risk", "Test"]]
Basically two diffrent values are passing in a single filter and even there column names are different which is wrong
This is happening because in my components I am grouping on two values.
But if I group the component on the basis of one value then the Lens is working perfect.
Can anyone help with the case
2 réponses
Hi Dhruv,
I want to confirm the situation you've got.
You have a central dashboad page that contains links to various lenses. When you apply a faceted filter on the central page all of the listview links facet with no problem, but when you click a link and go to a particular lens you get the error above?
At an initial glance, it may be that the "Apply Selections and Filters" toggle is on. When clicking on a link the system may be trying to force an additional facet onto any existing filter logic in the new page.
Let me know if this isn't going in the right direction or if my understanding of the problem isn't right.
I'm sure we'll get to the bottom of this!
Jai P