October 1, 2010 at 11:24 am
Hello,
In SSRS 2008, I want to select a field from the dataset (connected to SSAS) and intellisense does not give me the .value option (when selecting field!fieldname. ) the only possible options are .equals or .referenceEquals.
I have no problem with the other fields from the same datasets.
Is there something related to the field type ? security ?
When I enter .value manually, it generates an error.
Thanks for your help,
Laurent
Laurent
October 4, 2010 at 8:05 am
we found the root cause which is very annoying for French folks : the measure name had "é" (with accent) for example nombre_journées_ski ... which caused SSRS to lose somewhat the internal reference to the object. We replaced by "nombre_journee_ski" (no accent) and SSRS 2008 was able to propose the ".value" and worked.
This problem occurred with 2008. We had no issue in SSRS 2005.
Laurent
Laurent
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply