• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Grid filter - multi select error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Grid filter - multi select error

    Hi,

    I have a grid with a filter based on a datasource. This works fine until I change it to a Multi select filter.

    I receive an error message that the column (PCACCO) that is being filtered can't be found.

    The generated sql uses an added WHERE clause on the filter field with the name F1.PCACCO while the file is opened with 'prcbes AS h' . The single choice filter adds the name H.PCACCO to the WHERE clause correctly.

    Regards,
    Theo

  • #2
    I changed the

    PHP Code:
    FROM prcbes AS 
    to
    PHP Code:
    FROM prcbes AS F1 
    That workaround works for now.

    Comment


    • #3
      Hi Theo,

      We were able to replicate this issue and it will be fixed in the next Valence 6 update

      Thanks

      Comment


      • #4
        Thanks Johnny! :)

        Comment

        Working...
        X