Skip to main content
November 10, 2022
Question

Issue with Read only grid

  • November 10, 2022
  • 5 replies
  • 0 views

Hi Everyone,

I have a read only grid which is connected to Pie chart. When I open the report it should show all the rows with the selected filter but it is empty as below.

When I click on any slice in pie chart, the grid is displaying the respective rows 

These are filter options I have used in my grid configuration

Please help me how to all the rows with selected filter (isresigned)  in the read-only grid when opening the report. 

    5 replies

    stefanhelzle0001
    Brainy
    November 10, 2022

    a!isNotNullOrEmpty evaluates to true for a list of null values. That is one of the issues with that function. You will have to check each value individually and use and() or or() to combine them.

    appian.rocks/.../

    November 11, 2022

    Hi Stefan, 

    Thanks for the reply. Could you please be more clear about checking each value individually. 

    gopalk2865
    Participating Frequently
    November 11, 2022

    HI [mention:eafad29ef2f94635b373ae8b9e875dbc:e9ed411860ed4f2ba0265705b8793d05] , Is it possible to share your code ? Its difficult to understand and provide you the solution. Ans Stefan is saying you can not pass list of variables into function "a!isnullorEmpty" . So try passing one local variable at a time and use AND or OR to combine .