• 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.

NAB datasource use of "With" in Sql not possible to use in filter

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

  • NAB datasource use of "With" in Sql not possible to use in filter

    I use a data connection that was built from an sql statement, that uses a "With'
    f.e

    simplified example
    PHP Code:
    With  Wfile (w1w2) as
    (
    select fld1fld2 from filexxx )
    Select fld4fld5w1w2
    from  filexxx left outer join fileyyyy on
             fldXxx
    xxx
    left outer join filezzzz on
       fld
    ...=fld... 

    in the filtering options that can be set on a pivot grid, and i assume for other grids as well,
    i can only select fields from the 'real files' .. fileyyyy, filezzzz ... not from the one used in the with...
    You do not have permission to view this gallery.
    This gallery has 2 photos.
Working...
X