Asset Publisher is temporarily unavailable.
Year Periodicity Month Explore
Cellular phone subscriptions per 100 inhabitants from 2014 to 2018 2018 Yearly
Rainfall rate differences vs reference value of the 1961-1990 period in Saudi Arabia in 2010-2018 2018 Yearly
Numbers of annual festivals and exhibitions 2014-2018 2018 Yearly
Types of museums and number of visits 2016-2018 2018 Yearly
Fine arts statistics 2016-2018 2018 Yearly
Number of monuments and number of visits 2014-2018 2018 Yearly
Number of local newspaper and magazines, local digital magazines 2014-2018 2018 Yearly
Number of TV and Radio Channels from 2014 to 2018 2018 Yearly
Number of theaters, performances, and concerts 2014-2018 2018 Yearly
Number of natural landscapes and heritage 2014-2018 2018 Yearly
Number of Photography Shops and Workers 2014-2018 2018 Yearly
Ratio of waste water to fresh water treated for Saudi municipalities use in 2010-2018 2018 Yearly
Per capita waste generation in Saudi Arabia during the period 2010-2018 2018 Yearly
Methods and ratio of industrial waste disposal in Saudi Arabia (Jubail) during the period 2010-2018 2018 Yearly
Number Of Weather Stations That Record Temperature Higher Than Or Equal To 40 Degrees Celsius Per Month In Saudi Arabia During The Period 2010-2018 2018 Yearly
Percentage of desalinated water to total freshwater available for municipal use in Saudi Arabia during the period 2010-2018 2018 Yearly
Percentage of treated Industrial Wastewater to treatment plant capacity in Saudi Arabia (Jubail And Yanbu) In 2014-2018 2018 Yearly
Percentage Of Non-Renewable Groundwater To Fresh Water Consumption By Sector (Municipal And Agricultural) In Saudi Arabia During The Period 2014-2018 2018 Yearly
The Quantity and The Percentage Of Fresh Water Consumption By Sector (Municipal, Industrial And Agricultural) From 2010-2018 2018 Yearly
Internal Trade Survey Second Quarter 2018 2018 Quarterly
Percentage of Energy Produced from Aggregate Crude Oil Reserve 2010-2018 2018 Yearly
Number of consecutive years available for natural gas production 2010 - 2018 2018 Yearly
Percentage of Energy (natural gas) Produced from Aggregate Natural Gas Reserve from 2010 to 2018 2018 Yearly
Percentage of electricity production capacity & the amount of electricity produced based on the used technology from 2010 to 2018 2018 Yearly
Productive efficiency percentage of electricity 2010- 2018 2018 Yearly
Gasoline consumption per capita from 2010 to 2018 2018 Yearly
LPG consumption per capita from 2010 to 2018 2018 Yearly
Number of consecutive years available for crude oil production from 2010 to 2018 2018 Yearly
Electricity consumption per capita from 2010 to 2018 2018 Yearly
Index of Industrial Production (IIP) Second Quarter 2018 2018 Quarterly
Economic Indicators Survey The Second quarter 2018 2018 Quarterly
Establishments Economic Survey 2018 2018 Yearly
Real Estate Price Index Third Quarter 2018 2018 Quarterly
Wholesale Price Index,September 2018 2018 Monthly
Consumer Price Index September 2018 2018 Monthly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia August 2018 2018 Monthly
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, September 2018 2018 Monthly
Labour Market Second Quarter 2018 2018 Quarterly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia July 2018 2018 Monthly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia Second Quarter 2018 2018 Quarterly
Agriculture Production Survey 2018 2018 Yearly
Wholesale Price Index,August 2018 2018 Monthly
Consumer Price Index August 2018 2018 Monthly
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, August 2018 2018 Monthly
Internal Trade Survey First Quarter 2018 2018 Quarterly
نشرة مسح المشاريع الزراعية المتخصصة - مزارع الدجاج البياضة و الفقاسات لعام 2018م 2018 Yearly
Specialized Agricultural Projects Survey Bulletin - Broiler Chicken, Rabbit, Quail and Pigeon Farms 2018 2018 Yearly
Specialized Agricultural Projects Survey Bulletin - Cattle Farms 2018 2018 Yearly
Specialized Agricultural Projects - Fish farms 2018 2018 Yearly
Electrical energy statistics 2018 2018 Yearly
Foreign Trade Indices 2018 2018 Yearly
Hajj statistics 2018 Yearly
Wholesale Price Index,July 2018 2018 Monthly
Annual Time Series of Some Construction Commodity (2007-2018) 2018 Yearly
Consumer Price Index JULY 2018 2018 Monthly
Economic Indicators Survey The First quarter 2018 2018 Quarterly
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, July 2018 2018 Monthly
Index of Industrial Production (IIP) First Quarter 2018 2018 Quarterly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia June 2018 2018 Monthly
Year 2018 Periodicity Yearly Month - Explore
Year 2018 Periodicity Yearly Month - Explore
Year 2018 Periodicity Quarterly Month - Explore
Year 2018 Periodicity Yearly Month - Explore
Year 2018 Periodicity Quarterly Month - Explore
Year 2018 Periodicity Yearly Month - Explore
Year 2018 Periodicity Quarterly Month - Explore
Year 2018 Periodicity Monthly Month - Explore
Year 2018 Periodicity Monthly Month - Explore
Year 2018 Periodicity Quarterly Month - Explore
Year 2018 Periodicity Yearly Month - Explore
Year 2018 Periodicity Monthly Month - Explore
Year 2018 Periodicity Monthly Month - Explore
Year 2018 Periodicity Quarterly Month - Explore
Year 2018 Periodicity Yearly Month - Explore
Year 2018 Periodicity Yearly Month - Explore
Year 2018 Periodicity Yearly Month - Explore
Year 2018 Periodicity Monthly Month - Explore
Year 2018 Periodicity Monthly Month - Explore
Year 2018 Periodicity Quarterly Month - Explore
An error occurred while processing the template.
?contains(...) expects a string as argument #1, but received a Null.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if cat.treePath?contains(ParentCateg...  [in template "11099719610328#20119#127228" at line 26, column 25]
----
1<#assign AssetCategoryLocalService=serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
2 
3<#if (request.getParameter("category")?has_content)> 
4        <#assign ParentCategory=request.getParameter("category") /> 
5		</#if> 
6 
7<#if (request.getParameter("showingItems")?has_content)> 
8        <#assign showingArticle=request.getParameter("showingItems") /> 
9		</#if> 
10 
11<#if showingArticle??> 
12	<#assign journalArticleLocalService=serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")/> 
13       <#list entries as entry> 
14				 <#assign article=journalArticleLocalService.getLatestArticle(entry.classPK?number) /> 
15				 <#if article.articleId?number == showingArticle?number> 
16				${articleService.getContentByClassPK(entry.classPK?number, "180761")}	 
17					 </#if> 
18			</#list> 
19	<#else> 
20<#assign should_hide="false"/> 
21		<#assign should_hide1="false"/> 
22<#if entries?has_content> 
23		<#list entries as entry> 
24						<#list entry.getCategoryIds() as categoryId> 
25       <#assign cat=AssetCategoryLocalService.getCategory(categoryId) /> 
26			<#if cat.treePath?contains(ParentCategory)> 
27				<#assign parts = cat.treePath?split('/')/> 
28				<#if parts?size lt 6> 
29				<#assign should_hide="true"/> 
30		    <#elseif parts?size gt 4> 
31					<#assign should_hide1="true"/> 
32 
33					</#if> 
34        <#break/> 
35				</#if> 
36			</#list> 
37          </#list> 
38			<#if should_hide=="true"> 
39<div class="container max-w-1400"> 
40	<#if should_hide=="true"> 
41    <div class="dl-box publications-box mt-6"> 
42       <div class="box ps-8 pe-6 pb-8"> 
43          <div class="box-header"> 
44             <span> 
45             </span> 
46             <span class="th"> 
47                <@liferay.language key="explore-label" /> 
48             </span> 
49          </div> 
50          <#list entries as entry> 
51						<#list entry.getCategoryIds() as categoryId> 
52			<#if categoryId?number==ParentCategory?number> 
53				${articleService.getContentByClassPK(entry.classPK?number, "180770")}		    
54				</#if> 
55			</#list> 
56          </#list> 
57       </div> 
58    </div> 
59		<#elseif should_hide1=="true"> 
60					<#else> 
61					 
62		</#if> 
63</div> 
64		</#if> 
65		<#if should_hide1=="false" && should_hide=="false"> 
66			<h2 data-hide-tab="#data-table"> 
67				<@liferay.language key="no-results-found"/> 
68			</h2> 
69							</#if> 
70 </#if> 
71	</#if>