Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #143: Developer Community Anniversary Edition

martinding
13 - Pulsar
Spoiler
143.png

grazitti_sapna
17 - Castor

My solution:

Sapna Gupta
ahsanaali
11 - Bolide
Spoiler
ahsanaali_0-1673608471807.png

 

kristiadiuisan
8 - Asteroid
Spoiler
Alteryx_challenge_143_KU.png
alacoume
8 - Asteroid

I also use the hint!

Challenge_143.jpg

 

ARussell34
8 - Asteroid

I finally did it! This was my last weekly challenge to catch up and finally figured it out.

 

ARussell34_0-1684875460312.png

 

chandler-gjino
Alteryx
Alteryx

attaching my solution

Spoiler
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <script type="text/javascript">
     // Include the base GUI library.
     document.write('<link rel="import" href="' + window.Alteryx.LibDir + '2/lib/includes.html">');
    </script>
    <style type="text/css">
      body {
        margin-left: 15px;
margin-right: 15px;
      }
  
  .widgetLabel {
        padding-top: 15px;
        font-size: 1.556em;
        color: #52617f;
      }
    </style>
  </head>
  <body>
<div class="widgetLabel">Z</div>
<ayx data-ui-props='{type:"NumericSpinner", widgetId:"z_spinner"}' data-item-props='{dataName:"z_spinner", dataType:"SimpleFloat"}'></ayx>
 
<div class="widgetLabel">Field to test</div>
<ayx data-ui-props='{type:"DropDown", widgetId:"field_dropDown"}' data-item-props='{dataName:"field_dropDown", dataType:"FieldSelector"}'></ayx>
  </body>
</html>

 

ed_hayter
12 - Quasar

This challenge was not really suited to my current skills!!

Spoiler
image.pngI read the documentation article on where to put the tool folder. Then considered using ChatGPT to try and help me generate some HTML to put in the body of the configuration HTML file. But it was not very good. Not knowing what widgets to draw upon for the configuration I opted to use the information in the spoilers

 

olga_strubbe
10 - Fireball

I completed the basic challenge on this one.  

 

2023-08-30_10-18-44.png

mithily
8 - Asteroid
Spoiler
did the basic one