Hello Flexmonster team,
How can i load data piece by piece drill down per request then fetch current data
is it possible?
Hello, Bilguun,
Thank you for reaching out to us.
The possibility to fetch only required data step by step depends on your data source and the way you establish a connection to Flexmonster. For example, connection to SSAS and Elasticsearch implies partial data loading by default.
If CSV/JSON files are used, the whole data set will be loaded to the component at once. This applies to scripts returning data in CSV/JSON format as well. In order to embody partial loading for such a case, the custom data source API needs to be implemented. Another option is to utilize ready to use implementation of the custom data source API - Flexmonster Data Server (for static locally saved CSV/JSON files and databases).
Please let us know what data source is used in your case. Also, specify the way used to connect Flexmonster to your data source. It would allow us to provide you with the best suggestion on this matter.
Our team is looking forward to hearing from you.
Kind regards,
Illia
Thank you for your support
We are implement Flexmonster Data Server .net core then its work on localhost perfect but live server with this error https://imgur.com/a/Z1PvO7j
what i changed
Hello, Bilguun,
Thank you for writing to us.
We want to explain that the problem you are facing can be caused by the absence of the data source itself.
Our team recommends making sure that the data set from the "fm-product-sales" index has been moved to your live server as well.
Please let us know if it helps.
Our team is looking forward to hearing from you.
Kind regards,
Illia
Thank you actually fault is had our side,