Need a DXL script to report object statistics across all modules
5 answers
Comments
You can open a module with the following DXL statement:
Thank you for your post! Here is the code I am testing presently. Wouldn't it accomplish the same thing?
What is "Module = module(sModuleFullName)" doing there?
I agree with your assessment. Your recommendation is more straight-through and it works up to two modules and then I begin to get a null value passed for the next module lookup. I think my problem is now, I need to close each module in the script after the count is rendered.
To my knowledge all of my Public Views are identical. However, when I load my third view, I receive this error: "null View parameter was passed into argument position 1". I have checked everything. I have verified the module properties are the same and so are the the views. Only two of my module views will load without error. I have tried calling just the "Standard View" against the other modules all without success.
Comments
Howard Hsiao
JAZZ DEVELOPER Jul 10 '15, 12:29 a.m.Where did you run this DXL?
Keith Woodard
Jul 10 '15, 8:13 a.m.Good Day,