Custom report add two run time filters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • codeboy
    Senior Member
    • May 2018
    • 112

    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
  • codeboy
    Senior Member
    • May 2018
    • 112

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

    Is this method a problem?

    Comment

    • tanya
      Senior Member
      • Jun 2014
      • 4308

      #3
      for what entity?

      Comment


      • codeboy
        codeboy commented
        Editing a comment
        Meeting Entity
    • tanya
      Senior Member
      • Jun 2014
      • 4308

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

      Comment

      • codeboy
        Senior Member
        • May 2018
        • 112

        #5
        Originally posted by tanya
        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...