David
David
Hi @PatrykM11 How many of these fields are numbers ? From my understanding, the cube schema compiler only generates string dimensions and do not specify which is a primary key...
Okay, so my hypothesis was correct. Schema builder only generates automatically fields that are strings and will add the dimension of the primary key regardless it's type (however, you'll still...
Thank you for your reply. I believe that restricting to only ASCII characters restricts access to multi-languages like Hebrew, Russian or Japanese letters. Perhaps moving to Unicode would be a...
Hey, while waiting for a fix, here's a workaround. ``` import "./styles.css"; import { useEffect, useRef, useState } from "react"; import { CSVLink } from "react-csv"; import MyService from "../../services/MyService";...