The 1C:Enterprise developers forum
Could you attach your CF-file?or any other example I could make changes to...
I'm talking about adding the "Amount" values of the income column and the values of the expense column separately.
Hello Kadoryz Kolapi,of course it is possible to implement.You need to add two new columns to your table and change the code so that these columns are populated with the correct values.
can you give some more details
Could you attach your CF-file?
or any other example I could make changes to...
&AtClientProcedure OnOpen(Cancel) Items.List.CurrentData.Gelir = List.EvrakGenelToplamı.Sum(); Items.List.CurrentData.Gider = List.EvrakGenelToplamı.Sum();EndProcedureWhen I write the above code, I get an "object is not type" error. if you can write a code example i would like to implement it.Thanks...https://i.hizliresim.com/1ftoki4.PNG
Could you send a dump of your code? It will be easier for me to help you...
My code screen is blank, i created them without writing any code. Actually, I want to collect the "Gider(red)" places in the "Toplam" column and print them in a field at the top. I would appreciate it if you could send a sample code about this.
Hi Kadoryz,sorry for misunderstanding Do you want to calculate the totals for the "Toplam" column?
yes, just collect separately by income and expense
A confirmation e-mail has been sent to the e-mail address you provided .
Click the link in the e-mail to confirm and activate the subscription.