Randomly picking values from a dataset and then lookup other values based on...
Hi,I am trying to generate a set of users and assign them to randomly looked up organizations.To do so I uploaded a dataset with a number of orgs identitfied by id's.The id's are read by the dataset...
View ArticlePrevent duplicates
Hi I understand your answer, but if you want to generate a random sequence (from a dataset field for example) but with term unicity, the sequential approach will not work because the generated...
View ArticleHow to fetch the month data from other field
hii am trying to get the same month in appointment.month according to the date generated in appointment.date ,can u help me with the formula to get exact same month in month from date.....
View ArticleRandom SSNs never start with "0"
It looks like your randomly generated SSNs never start with "0". You should update the algorithm to include that range since it is a real possibility that an SSN will start with "0" (or even "00")....
View ArticleRandomly picking values from a dataset and then lookup other values based on...
Could you post the share link to your schema? That would make it easier to diagnose what's going wrong.
View ArticleHow to fetch the month data from other field
For appointment.month, use a Formula field with the following value: month(field('appointment.date'))
View ArticleZip codes that tie back to address/city/state
Use the postal code field. It automatically correlates with the city.
View ArticleDatasets upload via REST API
There isn't yet a way to do this via the API. I can definitely see value in your use case though. Will add it to the backlog.
View ArticleRandomly picking values from a dataset and then lookup other values based on...
Surehttps://www.mockaroo.com/e1c22fe0
View ArticleRandomly picking values from a dataset and then lookup other values based on...
You actually don't need a formula to pull the org_name based on org_id. Just use a dataset column and select the org_name field. It will automatically match up with the org_id field.
View ArticleCan I lookup a value in one dataset using a field in another?
Is it possible to add an option to prevent duplicates? So, I can make a JSON array of n random values from another dataset and know there won't be repeats within it.
View ArticleRandomly picking values from a dataset and then lookup other values based on...
Well, yes that worked.
View ArticlePicking random values from a list within a formula
I have several data sets that are simply lists and want to use random values from this list in a formula.e.g.: concat( "xyz", from_dataset("setname")) When using the from_dataset() function it...
View ArticlePicking random values from a list within a formula
In that case it's better to use the Dataset Column data type with an inline formula (the f(x) button) of concat("xyz", this).
View ArticleTime series data? (access array sibling)
We are trying to create a data set of store level sales data that changes over time. In a simple version each store would have:store idstore locationsales[20] Where each value of sales represents a...
View ArticleTree-like hierarchical self-related relations?
Is it possible to have a parent-id column that points to a existing column in the same table in the generated data?Not like a parent table and a child table as described in other questions, but as a...
View Article