Forum Discussion

BrentA's avatar
BrentA
Advocate II
10 years ago
Solved

Live query limitation workaround

I have a table JobDetail which records start and stop times for a job where the jobdetail table is linked to the job table through the JobId. I currently use a measure to sum the total hours spent pe...
  • Eric_Zhang's avatar
    Eric_Zhang
    10 years ago

    BrentA

    Have no idea on what's you data like and what is the execpted output, based on my understanding, for a data as below, to get something as your stated, you can follow the steps.

     

    1. Click "Edit queries" and go to the query edit window.
    2. Right click on the query and duplicate the query.
    3. Group by the duplicated query and create a column based on the aggregated hours.
    4. Merge the Original query with the grouped by query.


    5. If you have any question, feel free to let me know.