Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - talaadun

Pages: [1]
1
Discussion | Обсуждение / Re: SUM() problem?
« on: September 06, 2016, 04:45:31 AM »
Hi Arin,

Now it's more convenient to display the total number.

Thanks! :)

2
Discussion | Обсуждение / Re: SUM() problem?
« on: September 05, 2016, 12:12:57 PM »
Hi Subst,

I just downloaded the source code from github and built the entire solution. Now it works fine.

>> And why u can't calculate sum of "total" field?
Actually there is no "total" field in my data struct, this column is calculated by column1 and column2:
$S{$D{mydts.column1}+$D{mydts.column2}}
it seems that i cannot calculate the sum by "total" column.

Thank you so much for helping me solve this problem! :)

3
Discussion | Обсуждение / Re: SUM() problem?
« on: September 05, 2016, 11:22:06 AM »
1.3.11 seems to be the newest version of LM.

I am using VS2008 + Qt4.8.5, but i don't this this is the problem.

4
Discussion | Обсуждение / Re: SUM() problem?
« on: September 05, 2016, 11:17:25 AM »
There is no GENERAL section, so I need a new version of LM?

I am using the designer in LR_1_3_11_binares_Qt5.5_VC2010_win32, and limereport_1_3_11.

5
Discussion | Обсуждение / Re: SUM() problem?
« on: September 05, 2016, 10:53:25 AM »
Hi Subst,

Yes, I added variables: Column1Total, Column2Total, but it just display the error message.




[вложение удалено администратором]

6
Discussion | Обсуждение / Re: SUM() problem?
« on: September 05, 2016, 10:34:26 AM »
Hi Subst,

I used your script, but there is an error: ReferenceError: Can't find variable: setVariable

7
Discussion | Обсуждение / Re: SUM() problem?
« on: September 05, 2016, 09:00:23 AM »
Thank you very much, Subst.

Unfortunately my table data is from a data struct in memory, not queried from a real database. And i am using SIGNAL SLOT
mechanism for external data sources according to the user manual.

master-detail scheme can solve this problem? I am not familar with it, let me try it.

Thanks!

8
Discussion | Обсуждение / Re: SUM() problem?
« on: September 05, 2016, 08:21:57 AM »
and here is part of the template:



[вложение удалено администратором]

9
Discussion | Обсуждение / SUM() problem?
« on: September 05, 2016, 08:18:19 AM »
Hi, I am doing a table test using 1.3.11.

in the right bottom cell, I use script like this:

$S{SUM($D{mydts.column1},"DataBand1")}+$S{SUM($D{mydts.column2},"DataBand1")}

it should display 56+72, but actually it is 56+56, why?




[вложение удалено администратором]

10
Discussion | Обсуждение / Re: How to use dateFormat()?
« on: September 05, 2016, 07:31:56 AM »
Thanks Subst!  ;D

11
Discussion | Обсуждение / How to use dateFormat()?
« on: September 03, 2016, 07:13:16 AM »
LimeReport is really great!

I need to display current date time on report. I used now() but the format is not what i want:

2016-09-03T12:08:18     <---- why a 'T'  is in the middle?

I noticed there are dataFormat(), dateTimeFormat(),... but i don't know how to use it to display current data time, and i didn't find the description in the user manual.

Thanks!

Pages: [1]