Help to continue learning track

I need hrlp and to understand what i do wrong?
I’m in “Data With Aggregate Functions” level

try:
https://awashcircle.backendless.app/api/data/Country?property=Count(`objectId`)%20as%20CoutryCount&property=Min(`LifeExpectancy`)%20as%20MinLifeExpectancy&groupBy=`Continent`

https://awashcircle.backendless.app/api/data/Country?property=Count(`objectId`)%20as%20CoutryCount&property=Min(`LifeExpectancy`)%20as%20MinLifeExpectancy&groupBy=`Continent`

But level still not passed(
What happend? it is my mistake? or something wrong?

Application ID FIRSONE

Expected Behavior

Task is passed.

Actual Behavior

no message? just i.m still on the same level

Reproducible Test Case

try:
https://awashcircle.backendless.app/api/data/Country?property=Count(`objectId`)%20as%20CoutryCount&property=Min(`LifeExpectancy`)%20as%20MinLifeExpectancy&groupBy=`Continent`

https://awashcircle.backendless.app/api/data/Country?property=Count(`objectId`)%20as%20CoutryCount&property=Min(`LifeExpectancy`)%20as%20MinLifeExpectancy&groupBy=`Continent`

Hi @sergey_gerasimov

Welcome to our community and thank you for trying out Backendless.

It’s important to follow all the steps that are described in the missions in order to complete the task. You need to add property Continent to the request (not to the Aggregation Functions, but exactly to the Columns/Properties)
&property=Continent

In the video attached to this task shows all the steps that have been performed. Also, you may find some useful information for you about this task in the support topic - here.
Please, make sure that API tracking is enabled (you may find it in Manage >> App settings section). If you still have any questions about this task. You can write to us, we are always happy to help.

Regards,
Viktor

1 Like

Thank you!!