Basing a custom list on what was chosen in another custom list
I have two custom lists. Based on what is randomly chosen from the first list I want to pick the same item from the second list. For example, first list is Priority Mail, UPS Standard Delivery and...
View ArticleHarmonizing distribution of categorical variable with target variable
Hi all, The baseline dataset I have has the following categorical variable with the respective values and counts: Variable AValues Count0 91931 364 When I group by and sum the "1" values of Variable A...
View ArticleBasing a custom list on what was chosen in another custom list
You can accomplish this by using Random and Custom for your Option on each Custom List. Check out the example schema: https://www.mockaroo.com/a3b9a640
View ArticleGenerating apartment or suite numbers
Here is an example that you could use as a start: https://www.mockaroo.com/43a92ad0
View ArticleGenerating foreign keys based on referenced data
I'm trying to generate a dataset of credit card information that references a user dataset. The user dataset contains a boolean field for whether they are a "premium" member or not, therefor the...
View ArticleShuffle rows in a dataset
I have a dataset with 1000 rows, and no duplicates. I want to generate data with every row occurring only once but in a random order. The output would have all the 1000 rows but in an order that is...
View ArticleAre generated email addresses real ones?
Hi,every one can a help you?small business loans for women
View ArticleHow to generate ordered SQL datetime values?
You can do it by addint some refernce code in your SQL data base. Learn more about it on mockaroo http://forum.mockaroo.com/t/repeated-locations-within-country/457
View ArticlePicking specific values from dataset
I have created a dataset called "Employee", it is specialized into 2 subclasses ("Teacher" and "Seller").Let's suppose i generate 20 Employee, in which way i can reference the first 10 tuples of...
View ArticleGenerating data for Blood pressure
Hello! I am working on an IoT health monitor project and need to simulate the data for WBSNs. When generating values for blood pressure, I need to be able to generate random systolic and diastolic...
View ArticleAppend data not working
Hello! New user here I am trying to append data, but the expected data is not added. I have: Downloaded the schema as an Excel file Removed the heading and changed some of the data but kept the same...
View ArticleGenerating data for Blood pressure
A quick solution would use a formula with concat(random(75,225),'/',random(45,125))or a regular expression ((1|2)\d{2}/\d{2})or a concat of 2 fields with a formula where systolic is always higher than...
View ArticleThere is a bug in json 'include null values' check box
The check box does always outputs null values this forum message has not been looked into Excluding null values doesn't seem to work for properties in json arrays? I un-checked 'include null values',...
View ArticlePicking specific values from dataset
@salvatore220699 You will need a row of __id with Row Number and a named Formula rowThe formula will be :-if field('__id')<=10 then from_dataset("Teacher", "column", join_criteria) else...
View ArticleSave schema as a dataset
Is it possible to save a schema as a dataset without first downloading it then uploading it again?
View ArticleDataset lookup Error evaluating from_dataset
Hi,I tried using the same formula from_dataset("Program","Program Spend", Program Name: Program Name). But says incorrect syntax. Please let me know what am I missing?
View Article