Closed JaminQuimby closed 10 years ago
SELECT TOP 1000 [n_id]
,[nm_id]
,[n_assignedto]
,[n_noticestatus]
,[n_priority]
,[n_esttime]
,[n_1_noticenumber]
,[n_1_noticedate]
,[n_1_taxform]
,[n_1_taxyear]
,[n_1_methodreceived]
,[n_fees]
,[n_paid]
,[n_1_datenoticerec]
,[n_1_resduedate]
,[n_2_rescompleted]
,[n_2_rescompletedby]
,[n_2_revrequired]
,[n_2_revassignedto]
,[n_2_revcompleted]
,[n_2_ressubmited]
,[n_2_irsstateresponse]
,[n_missinginfo]
,[n_missinginforeceived]
,[n_deliverymethod]
FROM [AWS].[dbo].[notice]
SELECT TOP 1000 [nm_id]
,[client_id]
,[nm_name]
,[nm_status]
FROM [AWS].[dbo].[noticematter]
Changes to ALL reports see payroll check reports for a working demo.
[CFC] /Drop in code block between FROM TableName and <cfquery You will have to remove the OLD from block. Set a simple csv list of all table columns in sqllist. add a prefix example the search phrase was year the sql column name is pccolumn the prefix would be pc /
[CFM]
/* Need to change the Search String this is not a widget you will have to change g0_filter to the correct name. and the _grid1() keypress. */
[JS] /* Sample: Start with a search row then add every table field minus the prefix; n for name, v for default value. Example pc_altrefq will be altrefq */
/Change search argument inside jgrid/