Re: Report error An error occurred while running the report.

2017-12-15 Thread Derek Atkins
Dane Dormio <danedor...@gmail.com> writes:

> Yes, it is a third-level account, and it also works when I just select the two
> parent accounts (without changing the "Show Accounts until level" setting). 
> So now I know two ways to fix it. :)

Ah, yes, there are several reports that don't handle the case where
there are no accounts to actually print.  This happens in your case
because you're 3 levels deep, but the report is set to only print to 2
levels deep --- but there are no top-level or 2nd-level accounts to
print...  So it goes FEH.

The short answer:  Don't do that  ;)

-derek

> - 619-663-7819
>
> www.danedormio.com
>
> On Thu, Dec 14, 2017 at 10:10 PM, Derek Atkins <warl...@mit.edu> wrote:
>
> Hi,
>
> Dane Dormio <danedor...@gmail.com> writes:
>
> > It is an expense over time report.  The options I modified are choosing
> a
> > single expense account and setting the date to a recent 10-day period. 
> I
> > haven't modified any global or book defaults.  The trace file that was
> > created when I most recently got this error is attached.
>
> Well, the good news is that there was definitely an error in the
> tracefile:
>
> ...
>   88: 45* [slotset-map-input #account (split)> ...
>   89: 46* [alist->slotset ()]
> In C:\Program Files (x86)\gnucash\share\gnucash/scm/gnucash/report/report-
> system
> /collectors.scm:
>  135: 47  [make-slotset # ()]
>  104: 48* (if (not (pair? slots)) (throw (quote not-a-list) slots))
>  105: 49  [throw not-a-list ()]
> In unknown file:
>    ?: 50* [dumper not-a-list ()]
> In C:\Program Files (x86)\gnucash\share\gnucash/scm/gnucash/main.scm:
>   99: 51* (let* ((stack #)) (display-backtrace stack (current-error-port))
> ...)
>  102: 52* [apply # # aa7e5f0:bec82e0> .
> ..]
>
> Now, of course, the question is why this not-a-list happens?
>
> You say you selected a single account.  Does this account have a parent?
> Can you make sure you select all parent accounts of the one account you
> want, too?
>
> -derek
>
> >
> > - 619-663-7819
> >
> > www.danedormio.com
> >
> > On Wed, Dec 13, 2017 at 9:28 PM, Christopher Lam <
> christopher@gmail.com>
> > wrote:
> >
> >> Also the trace file will be useful.
> >> https://wiki.gnucash.org/wiki/Tracefile
> >>
> >> On 13 Dec 2017 23:40, "Christopher Lam" <christopher@gmail.com>
> wrote:
> >>
> >>> Well start by stating which report caused the error. Which options did
> >>> you modify. Did you change any global or book defaults. Any
> particularities
> >>> about your data file etc.
> >>>
> >>> On 13 Dec 2017 21:08, "Dane Dormio" <danedor...@gmail.com> wrote:
> >>>
> >>> How would I do this?
> >>>
> >>> - 619-663-7819 <(619)%20663-7819>
> >>>
> >>> www.danedormio.com
> >>>
> >>> On Wed, Dec 13, 2017 at 6:27 PM, Christopher Lam <
> >>> christopher@gmail.com> wrote:
> >>>
> >>>> Not every report handles error conditions smoothly. It would be
> useful
> >>>> to summarise the report chosen and the options used. The report can
> then be
> >>>> fixed for the next release.
> >>>>
> >>>> On 13 Dec 2017 4:22 PM, "Dane Dormio" <danedor...@gmail.com> wrote:
> >>>>
> >>>>> I am running the latest version of GNUcash (2.6.18) on Windows 10.
> >>>>> When I
> >>>>> choose report type the default report for that type works fine, but
> >>>>> when I
> >>>>> try to customize the report I get the following error: "Report error
> An
> >>>>> error occurred while running the report."  Currently I am trying to
> run
> >>>>> an
> >>>>> expense report over a ten day period for a single expense category
> and
> >>>>> am
> >>>>> getting this error.  What can I do to fix it?
> >>>>>
> >>>>> Thanks
> >>>>> ___
> >>>>> gnucash-user m

Re: Report error An error occurred while running the report.

2017-12-15 Thread Dane Dormio
Yes, it is a third-level account, and it also works when I just select the
two parent accounts (without changing the "Show Accounts until level"
setting).  So now I know two ways to fix it. :)

- 619-663-7819

www.danedormio.com

On Thu, Dec 14, 2017 at 10:10 PM, Derek Atkins <warl...@mit.edu> wrote:

> Hi,
>
> Dane Dormio <danedor...@gmail.com> writes:
>
> > It is an expense over time report.  The options I modified are choosing a
> > single expense account and setting the date to a recent 10-day period.  I
> > haven't modified any global or book defaults.  The trace file that was
> > created when I most recently got this error is attached.
>
> Well, the good news is that there was definitely an error in the tracefile:
>
> ...
>   88: 45* [slotset-map-input #account (split)> ...
>   89: 46* [alist->slotset ()]
> In C:\Program Files (x86)\gnucash\share\gnucash/scm/gnucash/report/report-
> system
> /collectors.scm:
>  135: 47  [make-slotset # ()]
>  104: 48* (if (not (pair? slots)) (throw (quote not-a-list) slots))
>  105: 49  [throw not-a-list ()]
> In unknown file:
>?: 50* [dumper not-a-list ()]
> In C:\Program Files (x86)\gnucash\share\gnucash/scm/gnucash/main.scm:
>   99: 51* (let* ((stack #)) (display-backtrace stack (current-error-port))
> ...)
>  102: 52* [apply # # aa7e5f0:bec82e0> .
> ..]
>
> Now, of course, the question is why this not-a-list happens?
>
> You say you selected a single account.  Does this account have a parent?
> Can you make sure you select all parent accounts of the one account you
> want, too?
>
> -derek
>
> >
> > - 619-663-7819
> >
> > www.danedormio.com
> >
> > On Wed, Dec 13, 2017 at 9:28 PM, Christopher Lam <
> christopher@gmail.com>
> > wrote:
> >
> >> Also the trace file will be useful.
> >> https://wiki.gnucash.org/wiki/Tracefile
> >>
> >> On 13 Dec 2017 23:40, "Christopher Lam" <christopher@gmail.com>
> wrote:
> >>
> >>> Well start by stating which report caused the error. Which options did
> >>> you modify. Did you change any global or book defaults. Any
> particularities
> >>> about your data file etc.
> >>>
> >>> On 13 Dec 2017 21:08, "Dane Dormio" <danedor...@gmail.com> wrote:
> >>>
> >>> How would I do this?
> >>>
> >>> - 619-663-7819 <(619)%20663-7819>
> >>>
> >>> www.danedormio.com
> >>>
> >>> On Wed, Dec 13, 2017 at 6:27 PM, Christopher Lam <
> >>> christopher@gmail.com> wrote:
> >>>
> >>>> Not every report handles error conditions smoothly. It would be useful
> >>>> to summarise the report chosen and the options used. The report can
> then be
> >>>> fixed for the next release.
> >>>>
> >>>> On 13 Dec 2017 4:22 PM, "Dane Dormio" <danedor...@gmail.com> wrote:
> >>>>
> >>>>> I am running the latest version of GNUcash (2.6.18) on Windows 10.
> >>>>> When I
> >>>>> choose report type the default report for that type works fine, but
> >>>>> when I
> >>>>> try to customize the report I get the following error: "Report error
> An
> >>>>> error occurred while running the report."  Currently I am trying to
> run
> >>>>> an
> >>>>> expense report over a ten day period for a single expense category
> and
> >>>>> am
> >>>>> getting this error.  What can I do to fix it?
> >>>>>
> >>>>> Thanks
> >>>>> ___
> >>>>> gnucash-user mailing list
> >>>>> gnucash-user@gnucash.org
> >>>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> >>>>> -
> >>>>> Please remember to CC this list on all your replies.
> >>>>> You can do this by using Reply-To-List or Reply-All.
> >>>>>
> >>>>
> >>>
> >>>
> >
> >
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
> >
>
> --
>Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
>Member, MIT Student Information Processing Board  (SIPB)
>URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
>warl...@mit.eduPGP key available
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Report error An error occurred while running the report.

2017-12-15 Thread Dane Dormio
By jove, that worked! (It was set at "2" by default).  Thanks! :)

- 619-663-7819

www.danedormio.com

On Thu, Dec 14, 2017 at 4:28 PM, Christopher Lam <christopher@gmail.com>
wrote:

> Just a punt
>
>
>
> Try increasing the Accounts / Show Accounts until level to “All”
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *Dane Dormio <danedor...@gmail.com>
> *Sent: *Thursday, 14 December 2017 5:15 PM
> *To: *sunfis...@yahoo.com
> *Cc: *gnucash-user@gnucash.org
> *Subject: *Re: Report error An error occurred while running the report.
>
>
>
> Yes, I am certain.  It is a recent time period for an account with frequent
>
> transactions.
>
>
>
> - 619-663-7819 <(619)%20663-7819>
>
>
>
> www.danedormio.com
>
>
>
> On Wed, Dec 13, 2017 at 5:27 PM, David T. <sunfis...@yahoo.com> wrote:
>
>
>
> > Are you sure that there are any transactions for the period you selected?
>
> > I'm not certain, but I believe that an empty return set gives this. This
> is
>
> > an unfortunate communication.
>
> >
>
> > David
>
> >
>
> >
>
> >
>
> > On Wed, Dec 13, 2017 at 13:18, Dane Dormio
>
> > <danedor...@gmail.com> wrote:
>
> > I am running the latest version of GNUcash (2.6.18) on Windows 10.  When
> I
>
> > choose report type the default report for that type works fine, but when
> I
>
> > try to customize the report I get the following error: "Report error An
>
> > error occurred while running the report."  Currently I am trying to run
> an
>
> > expense report over a ten day period for a single expense category and am
>
> > getting this error.  What can I do to fix it?
>
> >
>
> > Thanks
>
> > ___
>
> > gnucash-user mailing list
>
> > gnucash-user@gnucash.org
>
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
>
> > -
>
> > Please remember to CC this list on all your replies.
>
> > You can do this by using Reply-To-List or Reply-All.
>
> >
>
> >
>
> ___
>
> gnucash-user mailing list
>
> gnucash-user@gnucash.org
>
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>
> -
>
> Please remember to CC this list on all your replies.
>
> You can do this by using Reply-To-List or Reply-All.
>
>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: Report error An error occurred while running the report.

2017-12-14 Thread Derek Atkins
Hi,

Dane Dormio <danedor...@gmail.com> writes:

> It is an expense over time report.  The options I modified are choosing a
> single expense account and setting the date to a recent 10-day period.  I
> haven't modified any global or book defaults.  The trace file that was
> created when I most recently got this error is attached.

Well, the good news is that there was definitely an error in the tracefile:

...
  88: 45* [slotset-map-input #account (split)> ...
  89: 46* [alist->slotset ()]
In C:\Program Files (x86)\gnucash\share\gnucash/scm/gnucash/report/report-system
/collectors.scm:
 135: 47  [make-slotset # ()]
 104: 48* (if (not (pair? slots)) (throw (quote not-a-list) slots))
 105: 49  [throw not-a-list ()]
In unknown file:
   ?: 50* [dumper not-a-list ()]
In C:\Program Files (x86)\gnucash\share\gnucash/scm/gnucash/main.scm:
  99: 51* (let* ((stack #)) (display-backtrace stack (current-error-port)) ...)
 102: 52* [apply # # .
..]

Now, of course, the question is why this not-a-list happens?

You say you selected a single account.  Does this account have a parent?
Can you make sure you select all parent accounts of the one account you
want, too?

-derek

>
> - 619-663-7819
>
> www.danedormio.com
>
> On Wed, Dec 13, 2017 at 9:28 PM, Christopher Lam <christopher@gmail.com>
> wrote:
>
>> Also the trace file will be useful.
>> https://wiki.gnucash.org/wiki/Tracefile
>>
>> On 13 Dec 2017 23:40, "Christopher Lam" <christopher@gmail.com> wrote:
>>
>>> Well start by stating which report caused the error. Which options did
>>> you modify. Did you change any global or book defaults. Any particularities
>>> about your data file etc.
>>>
>>> On 13 Dec 2017 21:08, "Dane Dormio" <danedor...@gmail.com> wrote:
>>>
>>> How would I do this?
>>>
>>> - 619-663-7819 <(619)%20663-7819>
>>>
>>> www.danedormio.com
>>>
>>> On Wed, Dec 13, 2017 at 6:27 PM, Christopher Lam <
>>> christopher@gmail.com> wrote:
>>>
>>>> Not every report handles error conditions smoothly. It would be useful
>>>> to summarise the report chosen and the options used. The report can then be
>>>> fixed for the next release.
>>>>
>>>> On 13 Dec 2017 4:22 PM, "Dane Dormio" <danedor...@gmail.com> wrote:
>>>>
>>>>> I am running the latest version of GNUcash (2.6.18) on Windows 10.
>>>>> When I
>>>>> choose report type the default report for that type works fine, but
>>>>> when I
>>>>> try to customize the report I get the following error: "Report error An
>>>>> error occurred while running the report."  Currently I am trying to run
>>>>> an
>>>>> expense report over a ten day period for a single expense category and
>>>>> am
>>>>> getting this error.  What can I do to fix it?
>>>>>
>>>>> Thanks
>>>>> ___
>>>>> gnucash-user mailing list
>>>>> gnucash-user@gnucash.org
>>>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>>>> -
>>>>> Please remember to CC this list on all your replies.
>>>>> You can do this by using Reply-To-List or Reply-All.
>>>>>
>>>>
>>>
>>>
>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


RE: Report error An error occurred while running the report.

2017-12-14 Thread Christopher Lam
Just a punt

Try increasing the Accounts / Show Accounts until level to “All”

Sent from Mail for Windows 10

From: Dane Dormio
Sent: Thursday, 14 December 2017 5:15 PM
To: sunfis...@yahoo.com
Cc: gnucash-user@gnucash.org
Subject: Re: Report error An error occurred while running the report.

Yes, I am certain.  It is a recent time period for an account with frequent
transactions.

- 619-663-7819

www.danedormio.com

On Wed, Dec 13, 2017 at 5:27 PM, David T. <sunfis...@yahoo.com> wrote:

> Are you sure that there are any transactions for the period you selected?
> I'm not certain, but I believe that an empty return set gives this. This is
> an unfortunate communication.
>
> David
>
>
>
> On Wed, Dec 13, 2017 at 13:18, Dane Dormio
> <danedor...@gmail.com> wrote:
> I am running the latest version of GNUcash (2.6.18) on Windows 10.  When I
> choose report type the default report for that type works fine, but when I
> try to customize the report I get the following error: "Report error An
> error occurred while running the report."  Currently I am trying to run an
> expense report over a ten day period for a single expense category and am
> getting this error.  What can I do to fix it?
>
> Thanks
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: Report error An error occurred while running the report.

2017-12-14 Thread Dane Dormio
It is an expense over time report.  The options I modified are choosing a
single expense account and setting the date to a recent 10-day period.  I
haven't modified any global or book defaults.  The trace file that was
created when I most recently got this error is attached.

- 619-663-7819

www.danedormio.com

On Wed, Dec 13, 2017 at 9:28 PM, Christopher Lam <christopher@gmail.com>
wrote:

> Also the trace file will be useful.
> https://wiki.gnucash.org/wiki/Tracefile
>
> On 13 Dec 2017 23:40, "Christopher Lam" <christopher@gmail.com> wrote:
>
>> Well start by stating which report caused the error. Which options did
>> you modify. Did you change any global or book defaults. Any particularities
>> about your data file etc.
>>
>> On 13 Dec 2017 21:08, "Dane Dormio" <danedor...@gmail.com> wrote:
>>
>> How would I do this?
>>
>> - 619-663-7819 <(619)%20663-7819>
>>
>> www.danedormio.com
>>
>> On Wed, Dec 13, 2017 at 6:27 PM, Christopher Lam <
>> christopher@gmail.com> wrote:
>>
>>> Not every report handles error conditions smoothly. It would be useful
>>> to summarise the report chosen and the options used. The report can then be
>>> fixed for the next release.
>>>
>>> On 13 Dec 2017 4:22 PM, "Dane Dormio" <danedor...@gmail.com> wrote:
>>>
>>>> I am running the latest version of GNUcash (2.6.18) on Windows 10.
>>>> When I
>>>> choose report type the default report for that type works fine, but
>>>> when I
>>>> try to customize the report I get the following error: "Report error An
>>>> error occurred while running the report."  Currently I am trying to run
>>>> an
>>>> expense report over a ten day period for a single expense category and
>>>> am
>>>> getting this error.  What can I do to fix it?
>>>>
>>>> Thanks
>>>> ___
>>>> gnucash-user mailing list
>>>> gnucash-user@gnucash.org
>>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>>> -
>>>> Please remember to CC this list on all your replies.
>>>> You can do this by using Reply-To-List or Reply-All.
>>>>
>>>
>>
>>


gnucash.trace.0Y2NBZ.log
Description: Binary data
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: Report error An error occurred while running the report.

2017-12-14 Thread Dane Dormio
How would I do this?

- 619-663-7819

www.danedormio.com

On Wed, Dec 13, 2017 at 6:27 PM, Christopher Lam <christopher@gmail.com>
wrote:

> Not every report handles error conditions smoothly. It would be useful to
> summarise the report chosen and the options used. The report can then be
> fixed for the next release.
>
> On 13 Dec 2017 4:22 PM, "Dane Dormio" <danedor...@gmail.com> wrote:
>
>> I am running the latest version of GNUcash (2.6.18) on Windows 10.  When I
>> choose report type the default report for that type works fine, but when I
>> try to customize the report I get the following error: "Report error An
>> error occurred while running the report."  Currently I am trying to run an
>> expense report over a ten day period for a single expense category and am
>> getting this error.  What can I do to fix it?
>>
>> Thanks
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Report error An error occurred while running the report.

2017-12-14 Thread Dane Dormio
Yes, I am certain.  It is a recent time period for an account with frequent
transactions.

- 619-663-7819

www.danedormio.com

On Wed, Dec 13, 2017 at 5:27 PM, David T. <sunfis...@yahoo.com> wrote:

> Are you sure that there are any transactions for the period you selected?
> I'm not certain, but I believe that an empty return set gives this. This is
> an unfortunate communication.
>
> David
>
>
>
> On Wed, Dec 13, 2017 at 13:18, Dane Dormio
> <danedor...@gmail.com> wrote:
> I am running the latest version of GNUcash (2.6.18) on Windows 10.  When I
> choose report type the default report for that type works fine, but when I
> try to customize the report I get the following error: "Report error An
> error occurred while running the report."  Currently I am trying to run an
> expense report over a ten day period for a single expense category and am
> getting this error.  What can I do to fix it?
>
> Thanks
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Report error An error occurred while running the report.

2017-12-13 Thread Christopher Lam
Also the trace file will be useful.
https://wiki.gnucash.org/wiki/Tracefile

On 13 Dec 2017 23:40, "Christopher Lam" <christopher@gmail.com> wrote:

> Well start by stating which report caused the error. Which options did you
> modify. Did you change any global or book defaults. Any particularities
> about your data file etc.
>
> On 13 Dec 2017 21:08, "Dane Dormio" <danedor...@gmail.com> wrote:
>
> How would I do this?
>
> - 619-663-7819
>
> www.danedormio.com
>
> On Wed, Dec 13, 2017 at 6:27 PM, Christopher Lam <
> christopher@gmail.com> wrote:
>
>> Not every report handles error conditions smoothly. It would be useful to
>> summarise the report chosen and the options used. The report can then be
>> fixed for the next release.
>>
>> On 13 Dec 2017 4:22 PM, "Dane Dormio" <danedor...@gmail.com> wrote:
>>
>>> I am running the latest version of GNUcash (2.6.18) on Windows 10.  When
>>> I
>>> choose report type the default report for that type works fine, but when
>>> I
>>> try to customize the report I get the following error: "Report error An
>>> error occurred while running the report."  Currently I am trying to run
>>> an
>>> expense report over a ten day period for a single expense category and am
>>> getting this error.  What can I do to fix it?
>>>
>>> Thanks
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> -
>>> Please remember to CC this list on all your replies.
>>> You can do this by using Reply-To-List or Reply-All.
>>>
>>
>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Report error An error occurred while running the report.

2017-12-13 Thread Christopher Lam
Well start by stating which report caused the error. Which options did you
modify. Did you change any global or book defaults. Any particularities
about your data file etc.

On 13 Dec 2017 21:08, "Dane Dormio" <danedor...@gmail.com> wrote:

How would I do this?

- 619-663-7819

www.danedormio.com

On Wed, Dec 13, 2017 at 6:27 PM, Christopher Lam <christopher@gmail.com>
wrote:

> Not every report handles error conditions smoothly. It would be useful to
> summarise the report chosen and the options used. The report can then be
> fixed for the next release.
>
> On 13 Dec 2017 4:22 PM, "Dane Dormio" <danedor...@gmail.com> wrote:
>
>> I am running the latest version of GNUcash (2.6.18) on Windows 10.  When I
>> choose report type the default report for that type works fine, but when I
>> try to customize the report I get the following error: "Report error An
>> error occurred while running the report."  Currently I am trying to run an
>> expense report over a ten day period for a single expense category and am
>> getting this error.  What can I do to fix it?
>>
>> Thanks
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Report error An error occurred while running the report.

2017-12-13 Thread Derek Atkins
Dane Dormio <danedor...@gmail.com> writes:

> I am running the latest version of GNUcash (2.6.18) on Windows 10.  When I
> choose report type the default report for that type works fine, but when I
> try to customize the report I get the following error: "Report error An
> error occurred while running the report."  Currently I am trying to run an
> expense report over a ten day period for a single expense category and am
> getting this error.  What can I do to fix it?

Can you report the gnucash.trace that occurs when you get this error?
If there was an underlying crash in the report then it should be
reported there.

> Thanks

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Report error An error occurred while running the report.

2017-12-13 Thread Christopher Lam
Not every report handles error conditions smoothly. It would be useful to
summarise the report chosen and the options used. The report can then be
fixed for the next release.

On 13 Dec 2017 4:22 PM, "Dane Dormio" <danedor...@gmail.com> wrote:

> I am running the latest version of GNUcash (2.6.18) on Windows 10.  When I
> choose report type the default report for that type works fine, but when I
> try to customize the report I get the following error: "Report error An
> error occurred while running the report."  Currently I am trying to run an
> expense report over a ten day period for a single expense category and am
> getting this error.  What can I do to fix it?
>
> Thanks
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Report error An error occurred while running the report.

2017-12-13 Thread David T. via gnucash-user
Are you sure that there are any transactions for the period you selected? I'm 
not certain, but I believe that an empty return set gives this. This is an 
unfortunate communication. 
David


 
 
  On Wed, Dec 13, 2017 at 13:18, Dane Dormio<danedor...@gmail.com> wrote:   I 
am running the latest version of GNUcash (2.6.18) on Windows 10.  When I
choose report type the default report for that type works fine, but when I
try to customize the report I get the following error: "Report error An
error occurred while running the report."  Currently I am trying to run an
expense report over a ten day period for a single expense category and am
getting this error.  What can I do to fix it?

Thanks
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.
  
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.