Click here to Skip to main content
15,891,136 members

Comments by Sarvesh Kumar Gupta (Top 49 by date)

Sarvesh Kumar Gupta 29-Aug-17 5:01am View    
There is no need to share the code because it is some setting issue.

First enter URL in address bar then it change in below url. I want setting which can have same as above.
Sarvesh Kumar Gupta 16-Jul-14 6:02am View    
It's Wrong

function passVariable() {
strStartDate = document.getElementById("from_date").value;
strEndDate = document.getElementById("to_date").value;

alert(strStartDate);
alert(strEndDate);
//alert(googleURL);
googleURL = 'https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A76546294&dimensions='+'ga%3Asource&metrics=ga%3Ausers&sort=-ga%3Ausers&start-date=' + strStartDate + '&end-date=' + strEndDate + '&max-results=10';
document.write(googleURL);
}

call this function at any event
Sarvesh Kumar Gupta 16-Jul-14 5:01am View    
In javascript, first find control start date and end date. then find value and put in url.
Please give your full JS code
Sarvesh Kumar Gupta 15-Jul-14 8:35am View    
if (Select Count(*) from table) > 0
Begin
if (Select Count(*) from table group by Circleid) > 4
return 1
else
return 0
End
else if
return 0
Sarvesh Kumar Gupta 15-Jul-14 8:03am View    
Please do some pressure on mind and use of it and think over it. Please use google, you have to read sql.
if (Select Count(*) from table) > 0
return 1
else if
return 0