cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create a table like this

Former Member
0 Kudos

Hi experts plz help me in this

how to create a table like this

Class Number count Amount

First A 1 50

2 70

3 60

Second B 1 50

2 200

3 9

Thanks

sush

Accepted Solutions (0)

Answers (1)

Answers (1)

yogesh_galphade
Contributor
0 Kudos

Hi

You can create a table like this, you can use the table column property to merge the first two column for common value.

'Grouping value' property to first column; assign the context attribute.

Even you can do it for second column

output will be

First A 1 50

C 2 30

Sec B 1 20

C 2 40

Former Member
0 Kudos

Hi Yogesh,

will u please tell me how to use groupingValue property,

i used for columns but its not showing any difference

regards,

sush

yogesh_galphade
Contributor
0 Kudos

Hi

Did you assign the context parameter to the Grouping value property.

If not check for the context parameter in valuenode for Grade and just assing to Grouping value for the Grade column.