Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have attached a simple qvw that has a very simple interval match
It works exactly how I would like it to
My only issue is the synthetic keys
I have done some research and I do see where people have posted that for interval match is ok
Unfortunately, my boss is in the synthetic key is unacceptable camp that I assume was drilled home by his course instructor.
Can any one please suggest some ways to get rid of the synthetic key?
I do not want to get rid of the lookup table because this is part of a larger project in which users have multiple list boxes
they use to pick "filter" criteria which results in a straight table chart being populated with the desired result set that
can be exported to excel
Thanks!
Can someone
Pl check attached.
You could try this script code.
PlayerData: FPTSLookup: IntervalMatch: DROP field FPTSMin, FPTSMax from IntervalMatch; |
Pl check attached.
perfect!
Thanks so much for the comments in the script as well!