Pradeep Pradhan
Member
hi,
Data appears as below:
[pre]
[/pre]
There 2 more tables with same structure but different data set. Each month for different table has different codes. For exp - Above table has code "1" for April, "2" for May etc.I want to extract data for different products in different table based on this month code. for exp - if the condition "2" is satisfied, data for May for all products should be extracted.
Thanks,
pradeep
Data appears as below:
[pre]
Code:
Col1 Col2 Col3.....
R1 1 2 3
R2 Apr May June....
R3 10 50 23
R4 15 25 33
R5 23 45 55
There 2 more tables with same structure but different data set. Each month for different table has different codes. For exp - Above table has code "1" for April, "2" for May etc.I want to extract data for different products in different table based on this month code. for exp - if the condition "2" is satisfied, data for May for all products should be extracted.
Thanks,
pradeep