Chart - 5 companies having Open price > 1000 from the TOP

     

  • I am not applying any sort. ie either ascending\descending
  • filtered the companies based on OPEN price which is available in table
  • It selects the 5 companies from the available data frame having Open price > 1000
  •  

     

    {% for c in range(colscount) %}
    {{headerdata[c]}}
    {% endfor %}
    {% for i in range(rowscount) %}
    {% for c in range(colscount) %}
    {{totalrows[i][c]}}
    {% endfor %}
    {% endfor %}