Search found 22 matches

by JeffLaB9
Tue Oct 08, 2019 6:16 pm
Forum: Stimulsoft Reports.NET
Topic: Hiding (Conditional) or filtering if less than ~ Date
Replies: 2
Views: 1440

Re: Hiding (Conditional) or filtering if less than ~ Date

I kept playing around with it and it was something simple. I needed to bracket in my two groups. Working expression was...

(Station.DateLastIssue) <= (Today.AddDays(-180))
by JeffLaB9
Tue Oct 08, 2019 1:31 pm
Forum: Stimulsoft Reports.NET
Topic: Hiding (Conditional) or filtering if less than ~ Date
Replies: 2
Views: 1440

Hiding (Conditional) or filtering if less than ~ Date

Hello, I'm trying to conditionally hide or filter results based on the "Last Issued Date". I've tried this in both the filter expression and as a conditional expression, but I just get errors when trying to test or load the report. I've referenced a few similar posts but they aren't workin...
by JeffLaB9
Mon Mar 11, 2019 4:28 pm
Forum: Stimulsoft Reports.NET
Topic: Line numbers in GroupHeaders
Replies: 23
Views: 6964

Re: Line numbers in GroupHeaders

Hello,

I'm referring to the first images attached. I can't read the complete text because the box cuts off, but it shows GroupLineV. In the images posted with this one, the line number reset properly.

Capture.PNG
Capture.PNG (198.45 KiB) Viewed 1062 times
by JeffLaB9
Thu Mar 07, 2019 11:49 am
Forum: Stimulsoft Reports.NET
Topic: Line numbers in GroupHeaders
Replies: 23
Views: 6964

Re: Line numbers in GroupHeaders

The test one sent to me shows GroupLine++, it doesn't appear to have the same modifications in the previous post
by JeffLaB9
Thu Feb 28, 2019 8:56 pm
Forum: Stimulsoft Reports.NET
Topic: Line numbers in GroupHeaders
Replies: 23
Views: 6964

Re: Line numbers in GroupHeaders

Hello, I noticed in your image from earlier where it appears to be restarting the sequence appropriately, the GroupLine box looks like it has a different expression in there. I can see "GroupLineV" but I can't see anything further because the box cuts off. Are you able to clarify what it w...
by JeffLaB9
Tue Feb 26, 2019 12:36 pm
Forum: Stimulsoft Reports.NET
Topic: Line numbers in GroupHeaders
Replies: 23
Views: 6964

Re: Line numbers in GroupHeaders

Hello, I just tried the suggested expression {GroupLine = GroupLine+1} but it just made the initial sequence start at 2. The same thing still happened where a 1 would be placed between each different "order" number like the image I shared earlier. This is the version i'm using Capture.PNG ...
by JeffLaB9
Mon Feb 25, 2019 2:44 pm
Forum: Stimulsoft Reports.NET
Topic: Line numbers in GroupHeaders
Replies: 23
Views: 6964

Re: Line numbers in GroupHeaders

Hello, I copied the changes you made to the GroupLine - In the GroupHeaderBand {GroupLine++) - In the corresponding GroupFooterBand {Group=1} and it came out differently than your images. I'm not sure what i'm missing to get it to replicate what you did. I got the same result when using your test da...
by JeffLaB9
Thu Feb 21, 2019 7:25 pm
Forum: Stimulsoft Reports.NET
Topic: Line numbers in GroupHeaders
Replies: 23
Views: 6964

Re: Line numbers in GroupHeaders

Hello, I've attached an image of what I need the report to be laid out like. This report is intended to be in the proper format to import into our system as a sales order, so I need to be able to replicate this exact layout. What i'm trying to accomplish though is where the order changes from 1001 t...
by JeffLaB9
Thu Feb 21, 2019 12:34 pm
Forum: Stimulsoft Reports.NET
Topic: Line numbers in GroupHeaders
Replies: 23
Views: 6964

Re: Line numbers in GroupHeaders

Hello,

I only see the sample images, I don't see any attachments.
by JeffLaB9
Wed Feb 20, 2019 8:13 pm
Forum: Stimulsoft Reports.NET
Topic: Line numbers in GroupHeaders
Replies: 23
Views: 6964

Re: Line numbers in GroupHeaders

Hello, The first few slides look correct where Order 1001 will count the line number and restart from 1 again once Order changes to 1002. The parts you've circled look like possibly an error from my extraction as the order number shouldn't change until the site number changes (they're tied together ...