Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2665

Create Master-Detail Datasets

$
0
0

I just finished making this myself

I gave each customer an id field RowNumber type - I’m using the free account so I get 1000 records.
I then saved this as a Dataset setting up a static set of data.

Then in the detail I use a formula to retrieve the Customer Number:
from_dataset("Customers", "Customer_ID", id: random(1,1000))


Viewing all articles
Browse latest Browse all 2665

Trending Articles