Slice array with dot notation

Options
Is it possible to slice an array using dot notation? For example, you can take the first element of an array with "array.0". But what do I need to do if I want the first 3, e.g. "array.0-2"? Thanks.

Comments

  • Sean Montgomery
    Sean Montgomery Administrator

    ADMIN

    Options
    there is a slice filter you can use for that. It isn't part of dot notation, but its very easy to do. Just click ADD FILTER and pick slice.
  • SB
    SB Member
    Options
    Thanks, that works. I asked the question because I tried using the paging to limit the result, but it wasn't working right. It might have been because I had to refresh the page, because the paging works fine now (after opening it in a new window.