> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/hu/gis-gyors-tippek/qgis-szovegertekek-szamma-alakitasa-a-shapefile-ban.md).

# QGIS: szövegértékek számmá alakítása a shapefile-ban

A QGIS-ben a „Mezőkiszámító” eszközzel tudsz szöveget számmá alakítani. Először nyisd meg a módosítani kívánt réteg attribútumtábláját. Ezután kattints a „Mezőkiszámító megnyitása” gombra. A „Kifejezés” mezőbe írd be, hogy „to\_real(”, majd annak a mezőnek a nevét, amelyik a konvertálandó szöveget tartalmazza, végül záró zárójelet. Például egy „string\_field” nevű szövegmező számmezővé alakításához a „to\_real("string\_field")” értéket add meg a Kifejezés mezőben. A kimeneti mező nevét és adattípusát is módosíthatod a megfelelő beállítások kiválasztásával. Végül kattints az „OK” gombra az átalakítás befejezéséhez. Az eredeti szövegmező megmarad az attribútumtáblában, az új számmező pedig hozzá lesz adva a táblához.

<figure><img src="/files/0b408bbaca769de4585e773eae26e13118eb351e" alt=""><figcaption></figcaption></figure>

1. Nyisd meg a „Tulajdonságok” részt
2. Lépj a „Mezőkiszámító” pontra
3. Jelöld be a „Meglévő mező frissítése” lehetőséget
4. to\_real("attributeName")
5. Módosítások mentése
6. Ismételd meg ugyanezt minden attribútumra

   <figure><img src="/files/5269477a50606cfc2bba82c2d0e2a83a6b1fe808" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/hu/gis-gyors-tippek/qgis-szovegertekek-szamma-alakitasa-a-shapefile-ban.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
