cancel
Showing results for 
Search instead for 
Did you mean: 

How to add column total in the bottom of matrix (in a Box).

Former Member
0 Kudos

Hi,

I have a matrix developped with visual studio SDK and I look for the object used to add the "block" containing all columns totals.

In other words, if you look in Inventory, Item Master Data, Inventory Data, and you take a look at the bottom of the matrix, you will see the kind of "Total box" that I need... How to create it in SDK ?

Thanks,

Kevin.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, but it works only if you set your column etitable = true. That's my problem, editable = false.

If there's no way to get it, I will do what you propose.

I give you the point for that answer!

Thanks !

Former Member
0 Kudos

Kevin,

what you mean with sentence

Yes, but it works only if you set your column etitable = true. That's my problem, editable = false

?

Please, explain it more.

thx

Petr

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Petr,

Forget it... I did a little mistake in my code !

It works fine!

I will do some "design tune up" in the form to complete it all.

Thank you very much!

Former Member
0 Kudos

Kevin,

thats problem in SDK. There is few ways hot to make it simillar to SAP systems form, but in all ways is problem with changing the width of cell (because no event is raised).

One is to make the sum value into last row of matrix (with UNION operator and select sum or count)

Look at

There are other two ways described.

hope it helps

Petr