Drill Down Parameters Guid DataType
Posted: Wed Nov 06, 2019 3:02 pm
Hello
I am using drill-down interaction but there are two type situations in the template and my column's data type is guid. First, I cast the column data type and I convert from guid to string then this method was working but result performance slowly. If I tried the second scenario when I was writing the (guid) this["parentid"] == table.parentid to second report filters without cast process and report didn't work.
Thank you.
I am using drill-down interaction but there are two type situations in the template and my column's data type is guid. First, I cast the column data type and I convert from guid to string then this method was working but result performance slowly. If I tried the second scenario when I was writing the (guid) this["parentid"] == table.parentid to second report filters without cast process and report didn't work.
Thank you.