Hi,
Can any one help me with this.... please.
I have database table where it has data for all level id's and level name's( about 6 levels I will be using in the report) and another table where I have details and totals for codes
I should be prompting my user with Level 1 _id and period and number of levels.
I did the 1st two propmts and it works good. But how do I work with the number of levels prompt( i tired but i don't get How i need to see).
This is how the report looks like: ( with level1_id and period prompts)
Level1_id, Name
|
--Level2_id, Name
|
-- Level3_id, Name
|
--Level4_id, Name
|
--Level5_id, Name
|
--Level6_id Name codes codecount amount
--( codecount, amount I am show it for the roll back of six months based on the user entered prompt)
what I should do is: My user enters the value level of number prompt( say level of number: 4) then I should show thr report for level3_id and level4_id as details.
Is it possible to do so this way...
as of now iam doing 7 group by's(6 level's and on code)
I hope you understand what Iam asking for....Iam very bad at explaining things
Thanks,
sweety
Can any one help me with this.... please.
I have database table where it has data for all level id's and level name's( about 6 levels I will be using in the report) and another table where I have details and totals for codes
I should be prompting my user with Level 1 _id and period and number of levels.
I did the 1st two propmts and it works good. But how do I work with the number of levels prompt( i tired but i don't get How i need to see).
This is how the report looks like: ( with level1_id and period prompts)
Level1_id, Name
|
--Level2_id, Name
|
-- Level3_id, Name
|
--Level4_id, Name
|
--Level5_id, Name
|
--Level6_id Name codes codecount amount
--( codecount, amount I am show it for the roll back of six months based on the user entered prompt)
what I should do is: My user enters the value level of number prompt( say level of number: 4) then I should show thr report for level3_id and level4_id as details.
Is it possible to do so this way...
as of now iam doing 7 group by's(6 level's and on code)
I hope you understand what Iam asking for....Iam very bad at explaining things
Thanks,
sweety