My goal is to find the average school entry time of past 7 days for each student.
i have used this calculation field and a filter to calculate the average converted_time (aggregated)
calculation field - converted_time - “parseInt(substring(EntryTime,1,2))*60+(parseInt(substring(EntryTime,4,2)))”
You might need to convert Entry time to seconds and take average round with out any decimals . Then you could use below calculated field expression to convert number to HH:MIM:SS format .
I have aggregated the convert_seconds column by average
I have created a calculation field as you told
Now when i add converted_averagetalktime to visual i am getting only the count of all values in "converted_averagetalktime " column i am not able to get any time
Please add all the fields in GROUPBY Section.
Right now you have added Student Name in ‘GROUPBY’ and your calc in ‘VALUES’, Now what QS doing is it is taking count of your calc based on Student Name.
@ajith were you able to find a solution or workaround for this problem or do you still need help? If you were able to find a solution could you share it to help the community?
@ajith would you be able to share your concat calculated field that you created? I’m curious how you built the calculated field like @apjvinod suggested but ended with the values in your converted_averagetalktime field.
It has been some time since there has been activity on this thread but we would still like to help you find a solution. If we do not hear from you in 3 business days this topic will be archived.
Could you share an anonymized view of the calculated field you built based on @apjvinod 's suggestion? I’m curious if there is something we can troubleshoot there to get the values you are looking for.