Is it possible to use "like" operator in a!queryFilter?

is it possible to use "like" operator in a!queryFilter?

OriginalPostID-200671

OriginalPostID-200671

  Discussion posts and replies are publicly visible

Parents
  • And may I please know the different type of values are hold by 'c3' column? You may check them by printing the datasubset as follows:

    index(
    a!queryProcessAnalytics(
    report: cons!Employee_entity,
    contextProcessModels: cons!EMP_MODEL_NAMES,
    query: a!query(
    pagingInfo: a!pagingInfo(
    startIndex: 1,
    batchSize: 50
    )
    )
    ).data,
    "c3",
    {}
    )

    Further I see that constant is named as EMP_MODEL_NAMES. Are you sure that the constant holds references to Process Models?
Reply
  • And may I please know the different type of values are hold by 'c3' column? You may check them by printing the datasubset as follows:

    index(
    a!queryProcessAnalytics(
    report: cons!Employee_entity,
    contextProcessModels: cons!EMP_MODEL_NAMES,
    query: a!query(
    pagingInfo: a!pagingInfo(
    startIndex: 1,
    batchSize: 50
    )
    )
    ).data,
    "c3",
    {}
    )

    Further I see that constant is named as EMP_MODEL_NAMES. Are you sure that the constant holds references to Process Models?
Children
No Data