Jump to content
We've recently updated our Privacy Statement, available here ×

techvd

Members
  • Posts

    4
  • Joined

  • Last visited

techvd's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Thanks for your responses and suggestions! Sherman, it seems like building a custom JSP is the way to go for us. I have a couple of follow up questions. 1. Is there any documentation or examples for this? 2. Given the complexity of my JSP and what kind of input control I implement there, is it possible to then programmatically construct the query? (The where clauses in the query could change significantly depending on the values users enter).
  2. Hi, does anybody have any suggestions here? Thanks in advance!
  3. Hi, I posted this on the jasperserver forums but thought may be this is more relevant here. Sorry for the double posting. Is it possible to implement some logic based on input control values (parameters)? Here is an example of what I'd like to do: 1. For my report, I would like to provide some flexibilily in selecting the date range. There are options such as "Last Day," "Last Week," "Last Month," and "Generic Date Range." I'd probably implement this as a "Single-select List of Values (Radio)" input control (where each option might simply have a numeric value). Please let me know if there are other, better options. 2. Now based on what user selected for the above, I'd like to tweak the WHERE clause for the query accordingly. How can I do this? Additionally, if user selects "Generic Date Range," I'd like to display 2 additional date fileds. I'm not sure if this kind of auto hide/show functionality is available. Any help is appreciated. Thanks, Vijay
  4. Hi, Is it possible to implement some logic based on input control values? Here is an example of what I'd like to do: 1. For my report, I would like to provide some flexibilily in selecting the date range. There are options such as "Last Day," "Last Week," "Last Month," and "Generic Date Range." I'd probably implement this as a "Single-select List of Values (Radio)" input control (where each option might simply have a numeric value). Please let me know if there are other, better options. 2. Now based on what user selected for the above, I'd like to tweak the WHERE clause for the query accordingly. How can I do this? Additionally, if user selects "Generic Date Range," I'd like to display 2 additional date fileds. I'm not sure if this kind of auto hide/show functionality is available. Any help is appreciated. Thanks, Vijay
×
×
  • Create New...