Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Drill Down

Status
Not open for further replies.

mar0364

Programmer
Joined
Mar 28, 2002
Messages
1
Location
US
I have a rather large sql file I am doing a data drill down for. Just started using VI6. Is there a DTC that helps with data drill downs? It seems like there should be.

Pulling my hair out in Florida.
 
No! But it is quite easy to put hyperlinks into a table (either a manually generated table or GridDTC) with the required drill-down info.

You can create a single generic page that adapts the SQL required for each drill-down level, or you could create a separate page for each level (probably safest - and you could include specific features for certain levels).

The table/grid hyperlinks would need to pass all of the parameters required to filter the data, in the query string.

PS. Be careful with your hair pulling - sunburn can be a problem in Florida. Try pulling somone elses hair.


(Content Management)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top