08-06-2018 09:26 AM
Hello everybody,
I'm looking for values I was able to extract from ChnPropValGet
.
For being more precise, it's "sourcedatafilepath"
and "sourcedatafilename"
.
All I get from Data.Root.Properties
is sourceoriginalname
resp. name
, which corresponds to Data.Root.Name
.
I have no use for that one - I need my path.
Any ideas how to get my path on DIAdem 2017/2018 out of my data in portal?
Regards,
Yeti
Solved! Go to Solution.
08-06-2018 10:03 AM
Hi Yeti
You are looking for a channel property not for a root property, because you could load data from differnt soures to the Data Portal.
So try for example:
Data.Root.ChannelGroups(1).Channels(1).Properties("sourcedatafilepath").Value
You can also drag and drop any property from the Data Porta to Script to get the correct syntax.
Hope this helps
Winfried
08-06-2018 10:05 AM
Call LogfileWrite(datafilepath)
08-06-2018 10:09 AM
Hi Winfried,
a thousand thanks!!
Yes, you are right. I fear I stared too long at it to not notice that...
The new help (v2018) is not really a help... Tab "Index" contains 39 entries. Or I have to find another way to use it.
You helped me a lot!
-- Yeti