I have aggregator ouput and now i want to calculate same sky value like how many cloudy,very cloudy, foggy, and rainy in list

What are you trying to achieve?

i want to count how many cloudy, very cloudy, foggy, and rainy

Steps taken so far

i have use agrregatore and get outptut all sky value in array now need to count with cetargory

Welcome to the Make community!

In the array aggregator, you can expand the advanced settings and group by the “sky” variable.

Then you can use the length function to find out how many of each sky type there are.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

i have use sky in advnce setting and get


this ouput

can you write function please with length with condition

No, map the variable sky, select it from the variables panel.

how can you give me on sample pelase this is aggregator

how can you give me on sample pelase

@sharif1

When you use group by, it has the length of the unique values.

On the next module you can see this while using.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.