You are on page 1of 1

HSM view Input:

Start Date
End Date
Model

Data = mysql_query(select distinct tag_date as


'tgl' from tb_data_daily where
tag_date>='".$reqData->start_date."' and
tag_date<=')
Print data
CRM View Input:
Start Date
End Date
Model

Data = mysql_query(select tag_value as value


from tb_data_daily where tag_date>=')
Print data
SSP View Input:
Start Date
End Date
Model

Data = mysql_query("select distinct tag_date


as 'tgl' from tb_data_daily where
tag_date>='".$reqData->start_date."' and
tag_date<='".$reqData->end_date."';")
Print data

You might also like