Search the web
Sign In
New User? Sign Up
ExcelReportingAddin · Rep-Aid
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2062 - 2091 of 3839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2062
Fixed a rare (never seen it myself, but Les T sent me a report that showed it) bug where the vertical report output missed out entries. Version 16.27 Bart...
bartsmissaert
Offline Send Email
May 2, 2007
10:31 pm
2063
Dear Howard, Khian and Paul You can join the user group, and search on it to find references to items of need/interest which will help you in how to use...
George Knox
george_h_knox
Offline Send Email
May 3, 2007
10:40 am
2064
Not really a bug, but when you have a report with multiple primary ID nodes (ID node coming directly off the report node) and you ticked FLN (filter on last...
bartsmissaert
Offline Send Email
May 3, 2007
11:03 pm
2065
New SQLite method will now also handle reminder nodes and sample nodes, so it will now handle all nodes. Only thing it doesn't do yet is database writing that...
bartsmissaert
Offline Send Email
May 7, 2007
6:25 pm
2066
Since looking to try to remember how to remove Wax in Ears from Summary, which you showed us how to do last year, I now find read code 73050 in Summaries. ...
George Knox
george_h_knox
Offline Send Email
May 7, 2007
9:24 pm
2067
George, This will be same as in the e-mail I just sent you. If you want to put them out of summary you don't really need to make a search for them first, but...
RB Smissaert
bartsmissaert
Offline Send Email
May 7, 2007
10:14 pm
2068
Thanks RB Smissaert <bartsmissaert@...> wrote: George, This will be same as in the e-mail I just sent you. If you want to put them out of summary...
George Knox
george_h_knox
Offline Send Email
May 8, 2007
8:19 am
2069
1. Some minor fixes to do with the new SQLite method. 2. Updated SQLite dll files, making it faster. 3. In the new SQLite method is now the option to leave out...
bartsmissaert
Offline Send Email
May 8, 2007
11:10 pm
2070
... This should be: will need running on all PC's Bart _____ From: ExcelReportingAddin@yahoogroups.com [mailto:ExcelReportingAddin@yahoogroups.com] On Behalf...
RB Smissaert
bartsmissaert
Offline Send Email
May 8, 2007
11:33 pm
2071
Some fixes to do with the show all entries option (First, Last, All) in the SQLite method. To make it easier to use this new method, without setting it to run ...
bartsmissaert
Offline Send Email
May 9, 2007
11:31 pm
2072
Nil new, but a few things about this new SQLite method. Firstly, unless it all works 100% fine the old method will remain in the software, so no worries there....
bartsmissaert
Offline Send Email
May 10, 2007
9:09 pm
2073
Fixed a bug in the new SQLite method to do with looking for any linked problems. This is with the % in the Link RC box. If you had run this kind of search...
bartsmissaert
Offline Send Email
May 11, 2007
1:29 pm
2074
Fixed one minor bug where there would be a message (Couldn't do the date comparison between nodes) when you did adding entries with the patient's date of birth...
bartsmissaert
Offline Send Email
May 13, 2007
1:36 pm
2075
Can any one help with creating a macro to link together. An excel macro which dumps to sheet patient ID name , and then to run a repaid report which shows...
George Knox
george_h_knox
Offline Send Email
May 14, 2007
10:34 am
2076
George, I am having a bit of difficulty to understand precisely what you want to do. The Rep-Aid macro wizard can import a list of patients from either the ...
RB Smissaert
bartsmissaert
Offline Send Email
May 14, 2007
12:18 pm
2077
Hi Bart, I've just downloaded the latest file. The options button is now labelled "optionsH" and left-clicking any of the options within the file menu fires up...
Paul Maddy
paul628805
Offline Send Email
May 14, 2007
2:00 pm
2078
Hi Paul, It only becomes OptionsH if you have right-clicked that button and that is what you must have done. Right-click it again, that is the button itself,...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 14, 2007
2:08 pm
2079
Thanks Bart, Tooltips are a bit slow to come up on this machine - too many programs running I think - so I hadn't noticed that. all back to normal now. Thanks....
Paul Maddy
paul628805
Offline Send Email
May 14, 2007
2:15 pm
2080
First task , would be a macro to take PIDs from synergy appointment list into a column in excel. George ... Yahoo! Mail is the world's favourite email. Don't...
George Knox
george_h_knox
Offline Send Email
May 14, 2007
3:07 pm
2081
Hi Bart, We are just finalising an email policy for use with patients and I wanted to run a report with the email address shown in the excel output. Is this...
Stephen Miller
stephen_mill...
Offline Send Email
May 14, 2007
3:17 pm
2082
OK, I will post a report a bit later that will do that. Bart...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 14, 2007
3:23 pm
2083
George I think what you are trying to do would be possible using Bart's repaid and a program like macro express, which is some software that allows you to run ...
Mark Stenton
markstenton
Offline Send Email
May 14, 2007
3:24 pm
2084
Hi Stephen, Yes, simple. Start by trying this in a SQL node. Tick No Loop and run as a normal report. SELECT PATIENT_ID, HOME_EMAIL, WORK_EMAIL, OTHER1_EMAIL, ...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 14, 2007
3:43 pm
2085
George, Add a SQL node, tick No Loop and paste in this SQL: select a.patientid, a.sessiontype, a.ap_state, a.userid from ap_data a where a.appdate = 'today' ...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 14, 2007
3:58 pm
2086
... Just tried. No need for that as it won't pick up the blank ones. Bart...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 14, 2007
4:16 pm
2087
Stephen, Maybe it is worth showing why this was easy. Obviously there is no regular node that can do this so you start by putting up a SQL node. You have no...
bartsmissaert@...
bartsmissaert
Offline Send Email
May 14, 2007
5:27 pm
2088
Thanks. I had thought to try a macro express macro to take ID from synergy appointment list and put the PIDs into an excel sheet, and from there to do a report...
George Knox
george_h_knox
Offline Send Email
May 14, 2007
7:47 pm
2089
Only work on the new SQLite method. An import fix in the file IB2Lite, which is for moving data from Interbase to SQLite. Same in the corresponding file...
bartsmissaert
Offline Send Email
May 14, 2007
10:24 pm
2090
Thanks Bart, It seems quite simple, but when I try to run the report I get this warning message. What should I do now? Also, if I want to include patient...
Stephen Miller
stephen_mill...
Offline Send Email
May 15, 2007
6:30 am
2091
... To avoid confusion, that should be: important fix. Bart _____ From: ExcelReportingAddin@yahoogroups.com [mailto:ExcelReportingAddin@yahoogroups.com] On...
RB Smissaert
bartsmissaert
Offline Send Email
May 15, 2007
6:37 am
Messages 2062 - 2091 of 3839   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help