Industry Name and GIC Code

How do I create a report that lists the Industry Name and their Return on Assets?

How do I list the Industry Name or GIC Code for the stocks that I have screened?

Any tips would be greatly appreciated

Tomcwu,

Can make custom reports which I have not done but easy to do using SetVar also. SetVar stands for Set Variable.

For ROA: SetVar(@ROA, ROA%TTM) in the screening rule. Can use other variables e.g., ROA%Q.

For Industry GISC code: SetVar(@Industry,Industry) in the screening rules

Set your report to "Screen Factors’. Results will be under @Industry and @ROA

Hope this helps,

Jim

Is there a way using Setvar to display the actual Industry name and Sector names so that they are displayed within the “Screen Factors” report
(rather than the GIC codes)

Thank you

Re: Industry Name and GIC Code Description


Is there a way using Setvar to display the actual Industry name and Sector names so that they are displayed within the “Screen Factors” report
(rather than the GIC or Industry codes)

For Industry GISC code: SetVar(@Industry,Industry) in the screening rules

In Report, use P123 Default