During my Development i found a situation where i have to separate string on '|' basis for acheiving this i wrote following small query
select
SUBSTRING(('KHI|108'),0,CHARINDEX('|',('KHI|108'))) City ,
REVERSE(SUBSTRING(REVERSE('KHI|108'),0,CHARINDEX('|',REVERSE('KHI|108')))) CityCode
Wednesday, April 13, 2011
Friday, April 1, 2011
Suppress zeroes on crosstab reports
For suppressing zeroes on Crosstab reports follow these steps:
1. Right click on the sum field and select "Format Field".
2. In the Format Field window click the "Customize" button.
3. In the Custom Style window click on the "Number" tab and check the box "Suppress if Zero".
1. Right click on the sum field and select "Format Field".
2. In the Format Field window click the "Customize" button.
3. In the Custom Style window click on the "Number" tab and check the box "Suppress if Zero".
Subscribe to:
Posts (Atom)
Postman beginner Tutorial
Hi , I have started new video series of postman tutorial hope it will be helpful:Please give me your feed back in comments and like and sub...

-
this app is not collecting any users data
-
after 30mins of struggle i found a solution:) 1)Click on Layout Button. 2)Click on Edit HTML. 3) Now, in code given below go at the botto...
-
Today We are going to learn how we can create a git repository using android studio. Android Studio Makes it very simple just follow the be...