Monday 6 January 2014

Filteration Based on check box yes::no


1)Datasource Execute query:-



this.query().dataSourceTable(tablenum(PurchTable)).addRange(fieldnum(PurchTable,Processed_S3_FM)).value(queryValue(noYes::Yes));
super();



2).Write
PurchTable.Processed_S3_FM=noYes::Yes;

No comments:

Post a Comment

SQL/SSRS Interview questions I thought of blogging some SQL/SSRS interview questions.

Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...