Error on Fields List

On Fields List when I try to select the Document Number field it only shows the load indicator and doesn't show anything else as you can see on the following screenshot. Im adding a piece of code of the Data Source in JSON format and a piece of code of the Component 


                <SfPivotView @ref="@pivot"

                             TValue="CommercialDocumentPivotDTO"
                             Width="100%"
                             AllowPdfExport="true"
                             ShowGroupingBar="true"
                             ShowFieldList="true"
                             AllowExcelExport="true"
                             AllowDataCompression="true">
                    <PivotViewDataSourceSettings DataSource="dataSource" ExpandAll="true" ShowColumnGrandTotals="true" ShowGrandTotals="true" ExcludeFields="@(new string[] { "TypeId", "SellerId", "CustomerId", "SellerTypeId" })">
                        <PivotViewRows>
                            <PivotViewRow Name="SellerType" Caption="Tipo de Vendedor"></PivotViewRow>
                            <PivotViewRow Name="SellerName" Caption="Vendedor"> </PivotViewRow>
                        </PivotViewRows>
                        <PivotViewColumns>
                            @*<PivotViewValue Name="Number" Caption="Nro."></PivotViewValue>
                            <PivotViewValue Name="StateId" Caption="Estado"></PivotViewValue>
                            <PivotViewValue Name="TotalInvoice" Caption="Total"></PivotViewValue>*@
                        </PivotViewColumns>
                        <PivotViewValues>
                            <PivotViewValue Name="TotalFC" Caption="Monto Factura"> </PivotViewValue>
                            <PivotViewValue Name="TotalNC" Caption="Monto Nota de Crédito"> </PivotViewValue>
                            <PivotViewValue Name="TotalRC" Caption="Monto Recibo"> </PivotViewValue>
                        </PivotViewValues>
                        <PivotViewFormatSettings>
                            <PivotViewFormatSetting Name="EmissionDate" Type="FormatType.DateTime" Format="dd/MM/yyyy"></PivotViewFormatSetting>
                            <PivotViewFormatSetting Name="TotalRC" Format="C2" UseGrouping="false" Currency='AR'></PivotViewFormatSetting>
                            <PivotViewFormatSetting Name="TotalNC" Format="C2" UseGrouping="false" Currency='AR'></PivotViewFormatSetting>
                            <PivotViewFormatSetting Name="TotalFC" Format="C2" UseGrouping="false" Currency='AR'></PivotViewFormatSetting>
                        </PivotViewFormatSettings>
                        <PivotViewFieldMapping>
                            @*<PivotViewField Name="TypeId" Caption="Tipo ComprobanteID"></PivotViewField>*@
                            <PivotViewField Name="SellerCode" Caption="Código de Vendedor"></PivotViewField>
                            <PivotViewField Name="CommercialDocumentType" Caption="Tipo de Comprobante"></PivotViewField>
                            <PivotViewField Name="CommercialDocument" Caption="Número de Comprobante"></PivotViewField>
                            @*<PivotViewField Name="SellerId" Caption="Codigo de Vendedor"></PivotViewField>*@
                            <PivotViewField Name="CustomerName" Caption="Cliente"></PivotViewField>
                            <PivotViewField Name="CustomerCode" Caption="Código de Cliente"></PivotViewField>
                            <PivotViewField Name="EmissionDate" Caption="Fecha de Emisión"></PivotViewField>
                            <PivotViewField Name="DocumentNumber" Caption="Número de Documento"></PivotViewField>
                            @*<PivotViewField Name="CustomerId" Caption="ClienteID"></PivotViewField>*@
                            <PivotViewField Name="SaleNote" Caption="Nota de Venta"></PivotViewField>
                            <PivotViewField Name="InvoiceImputation" Caption="Comprobante Relacionado"></PivotViewField>
                            <PivotViewField Name="DeliveryNote" Caption="Nota de Remito"></PivotViewField>
                            @*<PivotViewField Name="SellerTypeId" Caption="Tipo de Venta ID"></PivotViewField>*@
                        </PivotViewFieldMapping>


                    </PivotViewDataSourceSettings>
                    <PivotViewGridSettings RowHeight=40 AllowResizing="true" AutoFit="true"></PivotViewGridSettings>
                </SfPivotView>































Attachment: response_1663632936856_(1)_ca6e82ab.zip

1 Reply

AP AngelinFaithSheeba PaulvannanRajadurai Syncfusion Team September 21, 2022 04:29 PM UTC

Hi Nelson,


We have checked the reported issue and we are unable to reproduce it at our end. Please refer the below sample and video.


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/PivotTable1985144343


Video: https://www.syncfusion.com/downloads/support/directtrac/general/ze/RGLML8~1-1800963450


If the problem persists, please reproduce it in the provided sample and revert to us (or) send your sample that replicates the problem. This would allow us to investigate the reported problem at our end and provide a solution as soon as possible. 


Regards,

Angelin Faith Sheeba.


Loader.
Up arrow icon