ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: I received an error: "The dimension was not found," even though I have it in my data model. It's! I received an error: "The dimension was not found," even though I have it in my data model. React component <Indicator title="Total Revenue" imeasure={measureFactory.sum(DM.Attendees.PricePaid)} dataSource={DM.DataSource} color={theme.palette.primary.main} filters={all_filters} primaryValueFormat="Currency" ShowSecondaryValue /> Data Model PricePaid: createAttribute({ name: 'PricePaid', type: 'numeric-attribute', expression: '[Attendees .PricePaid]', }), Cdata JDBC Drivers license Hello everyone, I have a couple of questions that I hope you can help me with: 1) Does the Sisense Linux license provide us with free access to all cdata connectors, or do we have to purchase them separately? If we do need to purchase them separately, which licensing option should we choose from this page? 2) When troubleshooting issues with our custom connectors, how can I access the log files in the Sisense browser console/file manager? Do I need SSH access? Thank you. Error when trying to connect my RDS MySQL Server Instance Suddenly, I started to get No such host is known when trying to refresh and connect my RDS MySQL Server Instance. Sisense.JS CORS policy error I'm trying to use Sisense.JS in my local application. After following these https://documentation.sisense.com/docs/cross-origin-resource-sharing instructions and enabling CORS. I still get the following error. Access to XMLHttpRequest at 'https://dashboard.artba.org/api/globals' from origin 'http://127.0.0.1:5500' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The withCredentials attribute controls the credentials mode of requests initiated by the XMLHttpRequest. When I send the GET request on /settings/system, I get this response which shows I have enabled CORS and added my local domain and port. }, "webServer": { "enableSSl": true, "cors": { "enabled": true, "allowedOrigins": [ "http://127.0.0.1:5500", "https://www.artba.org/" ] } How can I fix this error? Thank you!!