1 (edited by thezimguy 2019-02-11 13:23:33)

Topic: Calculated Field with count causing problems

Please find attached a sample project to demonstrate the problem I'm facing with the calculated Field with aggregate 'count'.
tableGrid not listing all rows when the aggregate function COUNT is used in the calculated Field.
Any help?

Regards

Post's attachments

Attachment icon calculatedCount.zip 3.98 kb, 284 downloads since 2019-02-11 

@thezimguy

Re: Calculated Field with count causing problems

Try using
(select count(*) from tbdata)
Please see attached.
Derek.

Post's attachments

Attachment icon calculatedcount.zip 336.33 kb, 347 downloads since 2019-02-11 

Re: Calculated Field with count causing problems

(select count(*) from tbdata where items LIKE {edit1})

Please why is the above code not working in calculated Field. What is the right way.
Thank you in advance.

@thezimguy

Re: Calculated Field with count causing problems

You can't use {edit1} in calculated field.

Dmitry.

Re: Calculated Field with count causing problems

Thank you boss

@thezimguy