- This topic is empty.
- AuthorPosts
-
- 02/22/2011 at 5:14 am #4081
AnonymousParticipantIs 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?
- 02/22/2011 at 5:14 am #4826
AnonymousParticipantyou should be able to pass the form name as a url value to call the correct form. For instance http://sitename/sites/<%Status%>.aspx/
-
- AuthorPosts
You must be logged in to reply to this topic.