usopp89 Posted October 10, 2018 Posted October 10, 2018 sorry for the trivial question: I have a system in which the source generates three different entities (A, B, C). I want you to generate a precise number of each one. For example, first 100 of type A, then 200 of type b and finally 300 of type c. So they do not have to be generated randomly. how can I do? Thanks in advance Carlo
dsturrock Posted October 10, 2018 Posted October 10, 2018 An Arrivals table with 3 entries would cover your request: Time EntityType Quantity 10.0 TypeA 100 20.0 TypeB 200 30.0 TypeC 300
usopp89 Posted October 11, 2018 Author Posted October 11, 2018 ok I created the table; now how do I configure the source?
usopp89 Posted October 11, 2018 Author Posted October 11, 2018 I attached the model, currently it generates entities randomly using the RandomRow function. I would need to generate entities sequentially, not a random way. Thanks Linea_formato_UNICO.spfx
Recommended Posts