Error with Summary Views for Certain Records

Hi,
We are displaying a record with several fields in tempo.
When clicked on a particular record, it will display the details of that record.

Most of the records data is getting displayed as expected.

But for a few, it is throwing an error as follows:

Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Unexpected error executing query (type: [ViewDT1406], query: [Report on Record Type], order by: [[Sort[Id asc]]], filters:[(ID = TypedValue[it=3,v=1234])]) (APNX-1-4164-028)

This is happening for only some records and not sure why?

Any inputs are appreciated!!!

OriginalPostID-177471

OriginalPostID-177471

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    over 1 year ago

    Even I got the same issue in view.

    Explanation:
    I have a view which refers to a table in which I have changed the data type of one column from integer to string.

    But in view XSD I missed to update the type as view was already created.

    I just changed and afterwards it started working

Reply
  • 0
    Certified Lead Developer
    over 1 year ago

    Even I got the same issue in view.

    Explanation:
    I have a view which refers to a table in which I have changed the data type of one column from integer to string.

    But in view XSD I missed to update the type as view was already created.

    I just changed and afterwards it started working

Children
No Data