Click here to Skip to main content
15,900,906 members

Comments by SujataJK (Top 133 by date)

SujataJK 19-Dec-18 8:04am View    
Thanks @MadMyche

Actually in my case seen is that i have to compare report data between 2 date
like 1) Select Actual,Budget from table where dt between dt1 and dt2
--This is my A
And 2) Select Actual,Budget from table where dt between dt1 and dt2
-- This is my B
Now requirement is like - to compare this 2 dataset (A & B)
And calculate variace in amount between (A's Actual - B' Actual) and also calculate variance in Percentage

eg
A Buget A_Actual B_Actual Variance
100 120 100 20
150 100 150 -50
SujataJK 31-Oct-18 4:46am View    
Please help me.
SujataJK 26-Oct-18 0:40am View    
thanks @Zameer Hussain.

But Here i want Time Picker to fill timesheet in my application.So i want timepicker of interval 15 or 30 minutes.
SujataJK 24-Oct-18 3:20am View    
Here i have changed DefaultApplicationPool Identity from NetworkService To LocalSystem
SujataJK 24-Oct-18 2:32am View    
Finally i resolve my issue.