Hello,
How do I reference the MM:DataSet I have defined in DW8 to
get the queried data to a string? I'm trying to use
DataSet.Tables("TABLE").Rows(0)("FIELD").ToString(); and I get an
error: CS0104: 'DataSet' is an ambiguous reference. In other words,
I'm trying to get this data <%#
"DATASET_ID".FieldValue("FIELD_NAME", Container) %> to a string
to use it in a variable. Any help would be appreciated! I'm using
C#