Asset Publisher is temporarily unavailable.
Year Periodicity Month Explore
Tourism Establishments Statistics for 2019 2019 Yearly
Wholesale Price Index, April 2019 2019 Monthly
Consumer Price Index, April 2019 2019 Monthly
Average Prices of Goods and Services, April 2019 2019 Monthly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia, February 2019 2019 Monthly
Real Estate Price Index, First Quarter 2019 2019 Quarterly
Wholesale Price Index, March 2019 2019 Monthly
Consumer Price Index, March 2019 2019 Monthly
Average Prices of Goods and Services, March 2019 2019 Monthly
Umrah Statistics Bulletin, 2019 2019 Yearly
Labour Market, Fourth Quarter 2019 2019 Quarterly
Foreign Trade Indices 2019 2019 Yearly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia, January 2019 2019 Monthly
Internal Trade Bulletin, Third Quarter 2019 2019 Quarterly
Wholesale Price Index, February 2019 2019 Monthly
Consumer Price Index, February 2019 2019 Monthly
Average Prices of Goods and Services, February 2019 2019 Monthly
Supply and Use Tables and Input-Output Tables by Divisions (2018-2023) 2023 Periodic
Economic Indicators Survey The Third quarter 2019 2019 Quarterly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia, December 2019 2019 Monthly
Household Sports Practice Survey Bulletin 2019 2019 Yearly
Wholesale Price Index, January 2019 2019 Monthly
Consumer Price Index, January 2019 2019 Monthly
Specialized Agricultural Projects - Fish farms 2019 EN 2019 Yearly
Specialized Agricultural Projects' Survey Bulletin - Layer chickens and Hatcheries farms 2019 2019 Yearly
Specialized Agricultural Projects Survey Bulletin - Cattle Farms 2019 2019 Yearly
Specialized Agricultural Projects Survey Bulletin - Broiler Chicken, Rabbit, Quail and Pigeon Farms 2019 2019 Yearly
Average prices of some construction materials all cities during 2019 2019 Yearly
Average Prices of Goods and Services, January 2019 2019 Monthly
Agriculture Production Survey 2019 2019 Yearly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia, November 2019 2019 Monthly
Index of Industrial Production November (IIP) 2019 2019 Monthly
Real Estate Price Index Fourth Quarter 2019 2019 Quarterly
Annual Time Series of Commodity and Services Price for All Cities (2009-2019) 2019 Yearly
Internal Trade Survey Fourth Quarter 2018 2018 Quarterly
Economic Indicators Survey The Fourth quarter 2018 2018 Quarterly
Bulletin of Culture and Household Entertainment Survey 2018 2018 Yearly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia 2018 2018 Yearly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia, October 2018 2018 Monthly
Bulletin Gender Statistics For Saudi Population 2018 2018 Yearly
Wholesale Price Index, November 2018 2018 Monthly
Non-profit Sector Establishments Survey 2018 2018 Yearly
Consumer Price Index, November 2018 2018 Monthly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia Third Quarter 2018 2018 Quarterly
Bulletin of Individuals and Households’ ICT Access and Usage Survey, 2018 2018 Yearly
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, November 2018 2018 Monthly
Average prices of some construction materials all cities during 2018 2018 Yearly
Tourism Establishments Survey 2018 2018 Yearly
Household Energy Statistics 2018 2018 Yearly
Wholesale Price Index, October 2018 2018 Monthly
Consumer Price Index, October 2018 2018 Monthly
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, October 2018 2018 Monthly
Merchandise Exports and Imports of The Kingdom of Saudi Arabia, September 2018 2018 Monthly
Number of sports federations, clubs, and sports teams, for the years 2014-2018 2018 Yearly
Rate of Saudi nature reserves area increase in 1986-2018 2018 Yearly
The Quantity and sources of water consumed by municipal sector in 2011-2018 2018 Yearly
Frequency of sandstorms per year in Saudi Arabia during the period 2010-2018 2018 Yearly
Percentage of Desalinated Water Exports to Total Volume of Water Supplied by Saline Water Conversion Corporation (SWCC) in Saudi Arabia (2010-2018) 2018 Yearly
Rate of Saudi marine protected area increase in 1986-2018 2018 Yearly
Year 2019 Periodicity Yearly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Quarterly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Yearly Month - Explore
Year 2019 Periodicity Quarterly Month - Explore
Year 2019 Periodicity Yearly Month - Explore
Year 2019 Periodicity Quarterly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Quarterly Month - Explore
Year 2019 Periodicity Yearly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Yearly Month - Explore
Year 2019 Periodicity Monthly Month - Explore
Year 2019 Periodicity Quarterly Month - Explore
Year 2018 Periodicity Quarterly Month - Explore
Year 2018 Periodicity Quarterly Month - Explore
Year 2018 Periodicity Monthly Month - Explore
Year 2018 Periodicity Yearly Month - Explore
Year 2018 Periodicity Monthly 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
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>