i am having cystal report 9.0
containing simple fields like item,qty,rate,value,tax etc.
now i want a way by which i can bundle all items in one group by symbol "}" and give only one rate,value,tax etc.
how it can be done ?
WHETHER YOU SUCCEED OR FAIL IS NOT AS IMPORTANT AS WHETHER YOU TRIED YOUR BEST
i am having cystal report 9.0
containing simple fields like item,qty,rate,value,tax etc.
now i want a way by which i can bundle all items in one group by symbol "}" and give only one rate,value,tax etc.
how it can be done ?
Could you post a sample of the data?
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
If some one not getting to understand the question, then try to explain him, do not post comment there.
If he is not getting the question then he is asking to you.
No, I understand your question. I just want to see how your data is structured, I might be able to suggest a different way of achieving what you are looking to do.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
i am sorry Mark Gambo but i can not post you sample of data because it is actually not allowed by our office.
so pls if possible if u have any idea tell me.
WHETHER YOU SUCCEED OR FAIL IS NOT AS IMPORTANT AS WHETHER YOU TRIED YOUR BEST
i am sorry Mark Gambo but i can not post you sample of data because it is actually not allowed by our office.
so pls if possible if u have any idea tell me.
How about creating a simple Access Database and create tables similiar to your actual tables. Change the Fieldnames and only use the fields that are required to produce the report. Additionally, the data itself is not important but if the field is a NVarchar, Int, etc. field then that is all we would need to know about that particular field. Then you can populate the table with fictious data based upon the schema of the table. I don't want to know about any secret data kept by your employer. I am just trying to help.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."