Is it possible to use the chart x axis variable to define the chart drilldown aspx file name similar to how you can define dynamic hyperlinks or calculated fields in other places?
I have a need to display a different drill down (qListView) depending upon the status selected from the chart.
For example:
Status = Submitted –> qlistview displays fields x,y,z
Status = Open –> qlistview displays fields x,y,z,a,b,c
Status = Closed –> qlistview displays fields a,b,c
I also looked at the option of custom form actions, but that option is not available in qlistview. Any suggestions?