Need more, need help now?
- - - - - - - - - - - - - - - - - - pay-as-you-go support - no contract - tenth of an hour billing - expert help - fast service - no call queues
Need integration?
- - - - - - - - - - - - - - - - - - with your shipping system - website - invoicing system - crm - cms - manufacturing - order import - back to back orders..
Need a report?
- - - - - - - - - - - - - - - - - - Excel reporting that pulls data from Sage - custom layouts - layouts that change adapt to your brands and/or for drop shipping.
Want web hosting?
- - - - - - - - - - - - - - - - - - Your own domain name - email - a shop - wordpress - woo commerce - ticket systems - help desks - forums - portals

Search found 4 matches

by wadesnj
19 Jun 2019, 08:31
Forum: Sage 50 UK version General Help
Topic: Fund transactions missing from fund activity screen
Replies: 1
Views: 3092

Fund transactions missing from fund activity screen

My customer has coded journal debit transactions to nominal code 7000 and fund code 001. When she opens the Fund Activity screen from the Funds module, these transactions do not show. There are no filters set. However when Fund P&L or a Fund Activity report is produced, these transactions appear ...
by wadesnj
12 Apr 2017, 14:14
Forum: Sage 50 UK version General Help
Topic: Data Error
Replies: 12
Views: 10335

Re: Data Error

As far as I am aware, the automatic backup routines still backup even if there is a check data error.
by wadesnj
09 Jan 2014, 14:28
Forum: Sage 50 Report Designer
Topic: SWITCH and CASE
Replies: 3
Views: 5434

Re: SWITCH and CASE

Thanks Bruce, much appreciated if you get time to take a look at it, would be very useful where there are a lot of users, I have 12 in the expression above!
by wadesnj
09 Jan 2014, 13:08
Forum: Sage 50 Report Designer
Topic: SWITCH and CASE
Replies: 3
Views: 5434

SWITCH and CASE

Is there anyway to use the SWITCH statement in the expression editor?
I can do this:

PURCHASE_ORDER.TAKEN_BY = "seanm" ? "Sean Maxfield" :
PURCHASE_ORDER.TAKEN_BY = "MANAGER" ? "Manager" :
PURCHASE_ORDER.TAKEN_BY = "bobh" ? "Bob Huxtable" :""

But what I want to do is this:

Switch PURCHASE_ORDER ...