Jump to content
Software FX Community

drilldown_parameter


Travis Hyatt

Recommended Posts

 Hello...

 I have a couple questions:

1. If I need to send multiple parameters to my drilldown script, how do I do so?  If I use -drilldown_parameter { $_.Prop1, $_.Prop2 }, I get one argument to my drilldown script (args[0]) and it is a space-delimited string: "valueOfProp1 valueOfProp2".  This is problematic when either value has a space...

2. The documentation says that the -drilldown_parameter switch will rarely be needed, and that if absent, the objects in the pipeline before out-guage will be passed to the drilldown script.  I'm not sure if I'm doing something wrong or misunderstanding the use of the drilldown.

Ideas?

 Thanks...

Travis

Link to comment
Share on other sites

 Actually, I finally found a sample in the forums.  The proper syntax is

 -drilldown_parameter { $_.Prop1 }, { $_.Prop2 }, { $_.Prop3 }

I am still interested in item #2 however: why will -drilldown_parameter rarely be needed?  Don't you need it to specify what data will be passed to the drilldown script?  If absent, will any data be passed to the drilldown script?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...