How to avoid merging of columns with same entries in pivot table

Hi,
I am using String operation in pivot table.So when the entries are similar the data is merged/disappeared in pivot table.Will i be able to view it has separate entries in pivot table inspite of it be being a duplicate entry.
https://snippet.webix.com/033bf8je

Hello @sangeetha

So when the entries are similar the data is merged/disappeared in pivot table

In your example the initial structure has no operation - in such case, the sum will be applied by default with the usual data grouping.

The default operation set in the “values” list via onViewInit will be applied to the Pivot only after the user will click “Apply” button in the popup.

Please, check the following snippet: https://snippet.webix.com/ebv5c304

The solution was taken from the previous conversation - could you please provide more details on current requirements?

Will i be able to view it has separate entries in pivot table

I am not sure about the use-case, but the data in Pivot is always grouped according to the provided structure and there is no way to prevent this operation.
Additionally, it is possible to view all items from the raw data which were used for grouping.

The logic used in the basic example is also applicable to your example: https://snippet.webix.com/1h22izbn