I am using Crystal for VS.Net 2003. Beyond that, I cannot tell you the version number.
It wont let me create a running total for it. I am not sure how to go about redesigning the report to get around this.
I am running Crystal for Visual Studio.Net.
I need to sum a formula for an entire report. The field is just calculating the discount of an order and it looks something like this:
if left({discount},1) = "$" then tonumber(mid({discount},2)) else
if left({discount},1) = "%" then...
Here is the situation:
I am attempting to design a report that will show the products on order as well as the quantity on hand. I have 3 table I am working with: Products Table, LineItems Table, and Inventory Transactions (this is where our on hand comes from) table.
I need to sum the...
The Setup:
I have a small business network setup I'm working on with a D-Link DFL-80 separating the internal network from the T1 (which is split between two buildings upstream). On the DMZ side of the firewall, I'm running a server with 8 sites pushing an average of about 8-12 kilobits/second...
I am needing to write a report that essentially is a receipt. Our database stores a discount as a string. Depending on if the discount is a percent or dollar amount, the date is stored with a preceding identifier. For example:
$10 for a dollar amount discount
%15 for a percentage discount...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.