Not sure if this is possible with CR8 pulling from a SQL db, maybe I need CR9 or 10, if so say the word. When running certain reports there are 25 departments that might want to see data specific to their department only. As to editing reports to always add new departments I wanted something more dynamic where a parameter field that will always select only specific records based on a formula. I thought I could created Formula field that says:
if {contact_id} = 625 and {contact_org_id} = 10320467 then {contact_last_name}
The above will select only company depts from the 17,000 contact database but from here there's no way use this in a parameter field.
I was told I need to 'turn it around' by creating a new parameter field (like depts), on the select values page select the table 'contact', select 'contact_id', and then add all id's as default value. From here I guess I create a formula field that somehow uses my parameter 'depts'
This seems to make sense some sense but two things confuse me, how to create the formula in the formula field and how will this possibly work as a parameter field that will give the user a drop down box with 20 or so depts to select from? Again, if this is easier to do with ver 9 or 10 let me know.
if {contact_id} = 625 and {contact_org_id} = 10320467 then {contact_last_name}
The above will select only company depts from the 17,000 contact database but from here there's no way use this in a parameter field.
I was told I need to 'turn it around' by creating a new parameter field (like depts), on the select values page select the table 'contact', select 'contact_id', and then add all id's as default value. From here I guess I create a formula field that somehow uses my parameter 'depts'
This seems to make sense some sense but two things confuse me, how to create the formula in the formula field and how will this possibly work as a parameter field that will give the user a drop down box with 20 or so depts to select from? Again, if this is easier to do with ver 9 or 10 let me know.