Home
Designing Analytics Reports
Disable Prev/Next Buttons in Report
Migrateduser
<p>I have a chart report that shows data for a month aggregated by day. I have added to the grid buttons for Prev-Month and Next-Month. These are HTML Dynamic Text fields. Everything is working great after implementing many helpful tip and snippets from this forum.</p>
<p> </p>
<p>What I'm looking to do is disable the Next-Month button when the chart is displaying the current month and disable the Prev-Month button is displaying previous month X.</p>
<p> </p>
<p>I know the button can be disable with document.getElementById("my_next_button").disable = true. I can put this in an if statement to trigger with my hidden report parameter is at the desired month. My problem is I haven't figured out where to put the script performing the IF and DISABLE steps and does this need to be enclosed in <script> tags.</p>
<p> </p>
<p>thanks,</p>
<p>Paul</p>
Find more posts tagged with
Comments
There are no comments yet