M
Mike
I'm working with a datasource to obtain license information that's structed
like this:
serial#...swname1...swname2....swname3...
ABC.....ver#...........ver#...........ver#
I have no control over the structure and am trying to figure a way to query
the data to structure it the way I'd like (SWtitle, SWver, SWtotal).
Crosstab doesn't work, although I can do total queries for each software
title (selecting unique values). This *might* work but I'm trying to figure
out how to use a constant (the software name) as a new field value. I could
then query on that value (along with the version) to compare usage with
actual licenses.
Thanks in advance for any ideas!
Mike
like this:
serial#...swname1...swname2....swname3...
ABC.....ver#...........ver#...........ver#
I have no control over the structure and am trying to figure a way to query
the data to structure it the way I'd like (SWtitle, SWver, SWtotal).
Crosstab doesn't work, although I can do total queries for each software
title (selecting unique values). This *might* work but I'm trying to figure
out how to use a constant (the software name) as a new field value. I could
then query on that value (along with the version) to compare usage with
actual licenses.
Thanks in advance for any ideas!
Mike