What I am trying to accomplish is to set the displayNameForProperty based upon a dynamic calculation of the key.
I am using fake keys like "rpt_quant_Value". These are created dynamically based upon values in a to-many relationship.
This way a user can report on the value in its report by selecting it as a column. I then parse the part after rpt_quant_ to give
me my lookup to return the value in the column. This is all working pretty well.
Now I just need to figure out how to set the displayNameForProperty based upon some dynamic calculation.
Thanks
James