Focal Point
[ Case-Opened] InfoAssist - display a message to the user

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

October 03, 2016, 04:43 PM
MMcDonald
[ Case-Opened] InfoAssist - display a message to the user
Is there a way to display a message to the user or include a message in the report header/footer when a record limit that is in the master DBA rule has been exceeded from Info-Assist. We are restricting the Info-assist users to a record limit of 500k. We need to ensure a user understands they exceeded the record limit and their report is incomplete.

Master File Sample:
The global variable "&&IARECORDS" gets set in the master profile.

FILENAME=bv_vw_account, SUFFIX=SQLMSS , MFD_PROFILE=wffex/ia_usercheck_profile , $

VARIABLE NAME=IARECORDS, USAGE=I8, DEFAULT=999999999, $
SEGMENT=BV_VW_ACCOUNT, SEGTYPE=S0, $
FIELDNAME=ACCOUNT, ALIAS=account, USAGE=A10, ACTUAL=A10, $
FIELDNAME=SALES_OFFICE, ALIAS=sales_office, USAGE=A4, ACTUAL=A4,$
FIELDNAME=ACCTYPE, ALIAS=acctype, USAGE=A4, ACTUAL=A4,$

END
DBA=NOTLIMITED,$
USER=ISLIMITED,
ACCESS=R, RESTRICT=VALUE,
NAME=SYSTEM, VALUE=RECORDLIMIT EQ &&IARECORDS;,$

This message has been edited. Last edited by: Tamra,


8.0.9, Windows
excel / pdf