Hi all,
We are using DT 5.0.0 and we want to create a btm, for that I identified the class, methods.
But problem is that in method the actual argument is passing in dataobject i.e. getStringNotNull(Object, String) and in object number of argument are passing.
when I right click and try to make a measure as argument value in argument I am not getting the actual argument which gives me value and I am getting the dataobject name.
So how can we get the value for argument passing in dataobject.
Please find the screenshot for further details.
Please Help.
Best Regards,
Jaydatt
Answer by Andreas G. ·
If I understand you correctly then you want to access a propoerty of the object passed in as first parameter to getSTringNotNull - correct? Right now - "deep object access" like this is NOT SUPPORTED. The only thing you can do is to capture the first argument. This will in fact call the "toString" method on the object. So - if you developers implement toString to return the value you are interested in then you can use it.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET