Search found 2 matches

by jyotheeswarreddy
Fri Jan 12, 2024 3:18 pm
Forum: Problem reports
Topic: Re: Member Dashboard Stats Issue
Replies: 3
Views: 18362

Re: Member Dashboard Stats Issue

Thank you Jaymer, I got the solution around this to display the counts, I'm missing to add "(" around where clause. After adding like below WHERE (Task.ps_AssignTo=LoggedInSystemUser) it worked for me.
by jyotheeswarreddy
Fri Jan 12, 2024 10:10 am
Forum: Problem reports
Topic: Re: Member Dashboard Stats Issue
Replies: 3
Views: 18362

Re: Member Dashboard Stats Issue

Team, I have TimeTracker project where Members will record Daily Timesheet for each project. I'm trying to build Member Dashboard where I want to display his Total Hours spent for the current month. I Used HTML to display counts like below <div class="ir-body"> <div class="ir-container"> <div class=...