Loading...

variable for drilldowncharturl

variable for drilldowncharturl

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #4081
      Anonymous
      Anonymous
      Participant

      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?

    • #4826
      Anonymous
      Anonymous
      Participant

      you should be able to pass the form name as a url value to call the correct form. For instance http://sitename/sites/<%Status%&gt;.aspx/

Viewing 1 reply thread

You must be logged in to reply to this topic.