stefanocps
Registered User.
- Local time
- Today, 11:25
- Joined
- Jan 31, 2019
- Messages
- 175
each row it is not random. each row is fixed
the row I001
will be all the time the same sequence of character
i will put the same excel file with much lessa data so coul be easier to understand
The table, as you see is fixed it is a schema ti undertsand how value are related to each other
I wrote on top of each column the contition it asks to be "activated
"
Now, for example, the column F 003000 to be activated needs 3X
That means that among all the input row these row are needed
row 11 003 2
row 12 003 2
row 65 021 1
The columns H 005000 needs 1X and at least 1A
that means that these row should be given for this column to be activated
row 65 021 1
and at least one row among these
row 62 019 3
row 80 026 1
row 91 030 2
row 92 030 2
So if the operator will give as input
row 11 row 65 and row 62
the program should activate the column H 005000
Only this column match the criteria needed,
if the input would have been
row 11 row 12 row 65 and row 62
the column F003000 and H005000
would be activated
This basically the routine to build based on those data in the excel file
the row I001
will be all the time the same sequence of character
i will put the same excel file with much lessa data so coul be easier to understand
The table, as you see is fixed it is a schema ti undertsand how value are related to each other
I wrote on top of each column the contition it asks to be "activated
"
Now, for example, the column F 003000 to be activated needs 3X
That means that among all the input row these row are needed
row 11 003 2
row 12 003 2
row 65 021 1
The columns H 005000 needs 1X and at least 1A
that means that these row should be given for this column to be activated
row 65 021 1
and at least one row among these
row 62 019 3
row 80 026 1
row 91 030 2
row 92 030 2
So if the operator will give as input
row 11 row 65 and row 62
the program should activate the column H 005000
Only this column match the criteria needed,
if the input would have been
row 11 row 12 row 65 and row 62
the column F003000 and H005000
would be activated
This basically the routine to build based on those data in the excel file
Attachments
Last edited: