he i want to apply both filter on single attribute...
# gooddata-cn
g
he i want to apply both filter on single attribute kindly please tell me how i can i apply it in react
t
Hello @Gaurav Tiwari, what is the name of the attribute you want to filter? Do I understand correctly that you want to filter the numbers on the page (enrolments, completed, started, not started) by course name and course type at the same time?
g
yes @Tomas Muchka
i
Hey, I believe that something similar was already discussed here multiple times: https://gooddataconnect.slack.com/archives/C01USCF4S10/p1676110469662479
g
yes but that time i didn't get helpful answer
i have to perform this thing in react
i
Sorry to hear so. However, the main logic should be still the same. I am afraid, there’s also a slight confusion when it comes to our glossary. I hope you find this page helpful. Below is the overview of SDK UI Filters package: https://sdk.gooddata.com/gooddata-ui-apidocs/v8.11.0/docs/sdk-ui-filters.html
Some examples can be found here.
t
Hello @Gaurav Tiwari, let me please summarise how GoodData analytics works. I might repeat things you already know, pardon me in such a case. 1. GD analytics works on top of a logical data model. The model defines how data is connected and it also tells what can be filtered by what. https://www.gooddata.com/developers/cloud-native/doc/cloud/model-data/concepts/logical-data-model/ 2. Once you have the model, you can start building your visualisations 3. I propose to start in the Analytics designer (tab called Analyze in our GUI) to create metrics/insights https://www.gooddata.com/developers/cloud-native/doc/cloud/create-visualizations/analytical-designer/ 4. and after that recreate or embed it using React. https://www.gooddata.com/developers/cloud-native/doc/cloud/embed-visualizations/react-sdk/
🙌 1