I am a bit confused on how to configure the mod_date attribute relationships of the following in MSTR 7.2.2.
these are the tables i have
t_function
---------
function_id
function_desc
mod_date
t_filter
-------
filter_id
filter_desc
filter_type_id
function_id
mod_date
t_filter_type
-----------
filter_type_id
filter_type_name
mod_date
should i create a function_mod_date attribute and have it as a child of function_id attribute, a filter_mod_date attribute and have it as a child of the filter_id attribute, etc.
any input would be appreciated.
these are the tables i have
t_function
---------
function_id
function_desc
mod_date
t_filter
-------
filter_id
filter_desc
filter_type_id
function_id
mod_date
t_filter_type
-----------
filter_type_id
filter_type_name
mod_date
should i create a function_mod_date attribute and have it as a child of function_id attribute, a filter_mod_date attribute and have it as a child of the filter_id attribute, etc.
any input would be appreciated.