Divine

RaqForum 73 No.Member, 2024-03-13 07:24:24 Join
  • Hi, thanks. The code worked, but here is the correct code.

    =connect@l(“MySQL”)
    =A1.query(“select * from countrylanguage”)
    =A2.groups(countrycode;top(-3;percentage):top3).conj(top3)
    =A1.query(“select code,name from country”)
    =A3.switch(countrycode,A4:code).new(countrycode.name,language,percentage)

    I changed the ‘code’ name to countrycode

  • Data Handling

    2024-03-24 00:16

    Hi, good day! I have another issue!

    How can I aggregate this data to get the average life expectancy grouped by continents and filtered by population > 10000000?

    imagepng

    This should be my result set.

    imagepng

  • Data Handling

    2024-03-14 03:04

    Thanks, but my result set does not have only one row. Thus I have uploaded the script I used.