Hi All,
I have added two flow fields to the dataset of the report through an Extension. When I add the first field which is a flow field, report works. When I add the second flow field (which depends on the first flow field) report crash. Both flow fields in item table and works on web page. Difference is second flowfield uses first in where clause of the flow field expression in item.
In Table something like this:
FLowField1
FLowfield2 calcformula = table.field (where table.field2 = field(Flowfield1))
Looks like you cannot have flowfiled on flowfield on the source table when it comes to RDLC dataset. Other option is to create a variable on the report dataset from scratch
Thanks