I have designed an SSRS report using Epicor's BAQ Report Designer and it uses the filter tab to get the specific job to view. However, if users don't filter and they just select Print Preview, it will try to run all of the jobs in our system.
I'd like to know that, too, for that reason. One of the guys fed the printer two reams of paper printing all the BOMs before he brought it to me.
You could use an option field instead and make the user manually enter the job number, and then change the SSRS report to add a parameter and filter. Your users wouldn't have a lookup, though. And I guess the query would take longer to run. Tradeoffs are a pain.
<div>
<p></p><p><span>Hey All,</span></p><p><span><br></span></p><p><span>I have designed an SSRS report using Epicor's BAQ Report Designer and it uses the filter tab to get the specific job to view. However, if users don't filter and they just select Print Preview, it will try to run all of the jobs in our system.</span></p><p><span><br></span></p><p><span>Is there any way to <em>require</em> the filter tab?</span></p><p></p>
</div>
<div style="color:#fff;min-height:0;"></div>
<div>
<p></p><div dir="ltr">I'd like to know that, too, for that reason. One of the guys fed the printer two reams of paper printing all the BOMs before he brought it to me.<div><br></div><div>You could use an option field instead and make the user manually enter the job number, and then change the SSRS report to add a parameter and filter. Your users wouldn't have a lookup, though. And I guess the query would take longer to run. Tradeoffs are a pain.</div><div><br></div><div>Joe</div></div><div class="ygrps-yiv-1517594463gmail_extra"><br><div class="ygrps-yiv-1517594463gmail_quote">On Tue, Mar 1, 2016 at 12:59 PM, <a rel="nofollow">aaron_willett@...</a> [vantage] <span dir="ltr"><<a rel="nofollow">vantage@yahoogroups.com</a>></span> wrote:<br><blockquote class="ygrps-yiv-1517594463gmail_quote" style="border-left:1px #ccc solid;">
Â
<div>
<p></p><p><span>Hey All,</span></p><p><span><br></span></p><p><span>I have designed an SSRS report using Epicor's BAQ Report Designer and it uses the filter tab to get the specific job to view. However, if users don't filter and they just select Print Preview, it will try to run all of the jobs in our system.</span></p><p><span><br></span></p><p><span>Is there any way to <em>require</em> the filter tab?</span></p><p></p>
</div>
<div style="color:#fff;min-height:0;"></div>
I'm trying to write a customization to prevent the user from print previewing and this is what I have so far, but I'm not sure how to make the application stop the print preview process.