Announcement

Collapse
No announcement yet.

Custom report add two run time filters

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

  • Custom report add two run time filters

    Hello,
    I created custom report. I need two run time filters.

    For example;
    Code:
    ["defaultTeam","dateStart"]
    adding databese dateStart working, but defaultTeam not working because I can not see.
    photo is attachment
    Attached Files

  • #2
    I tried this way working;
    Code:
    ["users.defaultTeam","dateStart"]
    but

    Is this method a problem?

    Comment


    • #3
      for what entity?

      Comment


      • codeboy
        codeboy commented
        Editing a comment
        Meeting Entity

    • #4
      Why problem? If you need to filter by related entity field, it's a normal way.

      Comment


      • #5
        Originally posted by tanya View Post
        Why problem? If you need to filter by related entity field, it's a normal way.
        If you have the time, I want to ask you something else.

        Comment


        • tanya
          tanya commented
          Editing a comment
          if you have any question, try to find related topic on the forum. If you don't find the answer, feel free to create a new topic.
          If I have some time, I could answer.
          Somebody else also could answer you
      Working...
      X