i want to crete a page that will show top n entity , but the difficulty is that
the page have to work along three different filters , and each filters have data from differnt columns of an excel sheet.
Example - i have to show top n (any number ) employee name with salary on the basis of age , gender , work exp in a vertical bar view.
we have filter on age, work ex ,gender and also the filter should work in a hierarchy manner as well as individaully .It should give top n salary (emp name ) female employee if we select only gender filter . after that if we select age 20 then it should give top n salary of employee who are female and age is 20 . data should change accordingly on selection of filters.
0
votes