Total Results : 784
Survey of construction Activity 2017
Survey of construction Activity 2018
Consumer Price Index January 2025
Average Price of Some Construction Material for all cities, 2017
Average Price of Some Construction Material for all cities, 2016
Average prices of some construction materials in the kingdom during 2022
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities
Annual Time Series of Commodity and Services Price for All Cities (2009-2019)
Average Prices of Goods and Services, September 2019
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, July 2018
Average Prices of Goods and Services, January 2022
Average Prices of Goods and Services, January 2019
Average Prices of Goods and Services, November 2022
Average Prices of Goods and Services, November 2019
Average Prices of Goods and Services, May 2022
Average Prices of Goods and Services, May 2019
Average Prices of Goods and Services, March 2022
Average Prices of Goods and Services, March 2019
Average Prices of Goods and Services, February 2022
Average Prices of Goods and Services, February 2019
Average Prices of Goods and Services, December 2022
Average Prices of Goods and Services, December 2019
Average Prices of Goods and Services, October 2022
Average Prices of Goods and Services, October 2019
Average Prices of Goods and Services, August 2022
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, December 2016
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, October 2018
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, October 2017
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, October 2016
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, August 2017
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, August 2018
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, August 2016
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, April 2018
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, April 2017
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, April 2016
Average Prices of Goods and Services, June 2022
Average Prices of Goods and Services, June 2019
Average Prices of Goods and Services, July 2022
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, March 2018
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, March 2017
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, March 2016
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, February 2018
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, February 2017
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, February 2016
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, September 2018
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, September 2017
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, September 2016
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, December 2017
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities, December 2018
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities
Average Price of Some Construction Material
Average Price of Some Construction Material
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities
Annual, Monthly, and Quarterly Changes and Average Prices for All Cities
Average Price of Some Construction Material
Methodology of Average price of commodity and services
An error occurred while processing the template.
For "#if" condition: Expected a boolean, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> catId1 [in template "11099719610328#20119#127288" at line 29, column 102] ---- FTL stack trace ("~" means nesting-related): - Failed at: #if catId1 [in template "11099719610328#20119#127288" at line 29, column 97] ----
1<#assign AssetCategoryLocalService=serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")>
2
3<div class="dl-card card-white">
4 <#if entries?has_content>
5
6 <#list entries as entry>
7 <#if entry.getModelResource()=='Web Content Article' || entry.getModelResource()=='محتوى الويب'>
8 <#assign journalArticleLocalService=serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") StructureLocalService=serviceLocator.findService("com.liferay.dynamic.data.mapping.service.DDMStructureLocalService") />
9 <#if (entry.classPK)??>
10 <#assign article=journalArticleLocalService.getLatestArticle(entry.classPK?number) structure=StructureLocalService.getStructure(article.getDDMStructure().getPrimaryKey()) structureName=structure.getName() />
11 <#assign article=journalArticleLocalService.getLatestArticle(entry.classPK?number) structure=StructureLocalService.getStructure(article.getDDMStructure().getPrimaryKey()) structureName=structure.getName() />
12 <#if structureName?contains("Information board")>
13 <#assign categories=AssetCategoryLocalService.getCategories("com.liferay.journal.model.JournalArticle",entry.classPK) />
14 <#list categories as sortedCat>
15 <#assign cat=sortedCat />
16 <#assign catId=sortedCat />
17 <#assign treePath=cat.treePath />
18 <#assign tempList = treePath?split('/')/>
19 <#if tempList?size==5>
20 <#assign catId1=tempList[tempList?size-2]/>
21
22 <#break/>
23 <#elseif tempList?size==6>
24 <#assign catId1=tempList[tempList?size-3]/>
25 <#break/>
26
27 </#if>
28 </#list>
29 <#if catId1>
30 <a href="/publication?category=${catId1}&index=4" target="_blank" class="p-4">
31 <div class="card p-4">
32 <div class="d-flex">
33 <div class="card-body">
34 <h3 class="fs-lg fw-700">${entry.getTitle() }</h3>
35
36 </div>
37 </div>
38 </div>
39 </a>
40 </#if>
41
42 </#if>
43 </#if>
44 </#if>
45 </#list>
46 <#else>
47 <h2>
48
49 <@liferay.language key="no-results-found"/>
50 </h2>
51
52 </#if>
53 </div>