Test Data Manager

  • 1.  DATAMAKER - Variable row quantity

    Posted Apr 16, 2019 10:03 AM

    Hello;

     

    I have a situation here...

    I need to generate sinthetic data for PARCELS, it could be 12, 24, 48 or 60 rows, depending on the quantity of parcels i pass on a parameter.

    I create a model for each situation (one with 12 rows, other for 24 rows, etc...) and it´s working fine...

     

    But, i want to use just one model, and depending on the parameter, generate just the 12, 24, 48 or 60 rows...

    How can i enable/disable the row generation depending on the parameter?

     

    Thx



  • 2.  Re: DATAMAKER - Variable row quantity
    Best Answer

    Posted Apr 17, 2019 12:19 PM

    Hi,

     

    If you want to generate synthetic data based on a variable, create a variable in your project and while you publish your data pool in 'Table Repeat' instead of giving a number , select the variable. This will enable variable based data generation as you can give user the ability to enter number of records to be generated in Self-Service catalog. Below is an example.

     

    Thanks,

    NR



  • 3.  Re: DATAMAKER - Variable row quantity

    Posted Apr 17, 2019 01:40 PM

    NR,

     

    Thx!

    With small adjustments to my model, it works fine!