Thanks for the piece of information.
I tried looking the way you mention. But I am still not able to figure out the way to get the values for my look up field (Request Type).
I have a "Request Type" field (obj_request_type) which is coming from odf_ca_idea. The data type for it is lookup string coming from "Idea and Project Type" lookup. I looked this lookup table which has a general properties like- lookup Name, Lookup ID and my source is static in this scenario. I could check the values for it too.
Its static with multiple values/attribute. ( type100= project, type 200= application change and so on.so I assume its sort of lookup for multi attributes (as you mention).
As you mention, I would be able to get this information from CMN_LOOKUPS_V, I see all things (lookup id, look up code, look up name, language etc) but I don’t find Request type in it.
How to link these two things and get values for request type?
I am using this field on crystal reports. So I assume I have to pull this field coming from odf_ca_idea, as I don’t see the particular field in CMN_LOOKUPS_V Table.
If I am pulling lookup type instead of Request type on my report, I am not getting any data.I could get till here but not able to link this piece of information.
Right now, I am able to find the lookup table and know if it’s a static/dynamic, but not able to understand how these tables (odf_ca_idea and CMN_lookups_v) could be joined to get values for request type.
I am new to Clarity and need some advice/ procedural steps to continue from here.
Thanks