[index.razor]
<PivotViewFilterSettings>
<PivotViewFilterSetting Name="[Date].[Fiscal]" Items="@Items" LevelCount="3"></PivotViewFilterSetting>
</PivotViewFilterSettings>
public string[] Items = new string[] { "[Date].[Fiscal].[Fiscal Quarter].&[2002]&[4]", "[Date].[Fiscal].[Fiscal Year].&[2005]" };
|
Query |
Response | |
if I have both views (chart and table) enabled, at the opening the charts appears above the table. When I put anything on the axis, it correctly disappears. |
We are unable to reproduce the issue in the provided sample. Please check the below video for your reference.
Video Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Blazor_Olap_toolbar1-1907873423
So, kindly provide us the exact replication steps to reproduce the same?
Also, check the following,
We suspect that the reported problem may be occurred due to the existing browser cache which will override the styles. So, can you clear the browser cache then check the same.
To clear the browser cache click, Ctrl+F5 which will refresh the page.
(Or)
Run the sample in “incognito” mode.
If the above things won’t fix the problem then provide us below information,
The above information would be helpful for us to proceed further. | |
Moreover, in the same project, you can see that the LocaleIdentifier parameter is not used, since every call to the remote OLAP endpoint has 1033 as LocaleIdentifier parameter. |
We consider this as a bug and we have logged a defect report in our data base. And the fix will be available in upcoming service pack release which is estimated to be rolled out by the mid of May, 2020.
Meanwhile, you can set the locale identifier in connection string as well.
Code example:
Until then kindly use the above option to meet your requirement.
| |
Having this two bugs fixed is very important for us since the PivotTable needs to be localized and needs to be opened correctly. In any case, your component is very powerful and we really want to use it, because it has a lot of stunning functionalities. |
Thanks for the words and we surely provide the fix in the promised timeline.
Also, few issues (reported in your other forums, portals) couldn’t be reproduced at our end. So, we asked few information in that. So, provide those information which would be helpful for us to proceed further. |