Focal Point
[SOLVED]@ Sign When Referencing SQL Script

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9337059196

November 07, 2019, 08:35 PM
Brandon Andrathy
[SOLVED]@ Sign When Referencing SQL Script
Hello,

For whatever reason when I reference certain fields via compute, the result comes out as "@SUM#112_PAIDAMT" if I just try to reference the field "PAIDAMT". Can anyone advise why the @ sign and all those weird characters display before the field I want to reference?

I'm doing:

TABLE FILE _ADM_STAR
SUM 
	PAIDAMT
ON TABLE HOLD AS 'HOLD' FORMAT SQL_SCRIPT
END 

This message has been edited. Last edited by: Brandon Andrathy,


WebFOCUS 8204
November 07, 2019, 09:29 PM
Brandon Andrathy
never mind, I realized you need to reference the entire field name in these kinds of circumstances


WebFOCUS 8204