Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options answers only not deleted user 88814

for questions specific to the 3.x series of QGIS.

4 votes
Accepted

Unable to rename attribute table columns using QGIS

You are trying to rename a field created by a table join. You can't rename a field there - go to the joins tab an make your changes there (for Custom field name prefix, if you have defined any) or in …
Babel's user avatar
  • 73.1k
5 votes
Accepted

QGIS prints proportional circles when value is 0 but not when NULL

You did not state where and how you create the circles, but from the description I guess you use the size assistant. Simply set the output value to 0 as well, not just the source value: Other method …
Babel's user avatar
  • 73.1k
3 votes

Is there a way to see all of the different values in each field?

To generate a comma separated list of all categories, you can use this expression: concatenate_unique ( "landuse", concatenator:= ', ' ) You might want to add a condition like if ( "id" = 1, [express …
Babel's user avatar
  • 73.1k
6 votes
Accepted

How to prevent partial labels from appearing in QGIS Layout Manager

In the Element properties go to the tab Label settings and deactivate the checkbox Allow truncated labels on edges of map (see screenshots below). If that doesn't help, check if you have activated Sho …
Babel's user avatar
  • 73.1k
3 votes

Filter layers with expression using the layers panel or SQL

Define a custom variable containing the expression you want to use for filtering layers. Then for each layer, use this variable as condition if the layer should be visible or not. When you change the …
Babel's user avatar
  • 73.1k
1 vote
Accepted

Custom color ramp from text file in QGIS 3.26

In the layer styling panel, for Fill color, use data driven override > Edit and insert this expression (see below for color values from a separate table): case when NAME = 'Spain' then '120,34,25' wh …
Babel's user avatar
  • 73.1k
0 votes

Why does making a join layer editable cause so many issues?

This means the joined layer is not editable. First export it in an editable format (shapefile, geopackage).
Babel's user avatar
  • 73.1k
2 votes

QGIS Join issue on tables with generated unique value index field

There is even a direct way to create a new field in your layer, without the workaround of using Distance matrix. Let's say you have a layer points with many points and a layer center with just one poi …
Babel's user avatar
  • 73.1k
3 votes

QGIS Join issue on tables with generated unique value index field

I suppose you did not save the output of the distance matrix: it's a temporary layer, right? Replicating your workflow, I encountered the same problem as you as long as the layer was a temporary layer …
Babel's user avatar
  • 73.1k
4 votes
Accepted

Merging lines changes geometry

Indeed, I had the same problem with the line you provided. To solve the problem, right click the layer, select export / Save Features As… (1), in the dialog window set geometry type to line and - atte …
Babel's user avatar
  • 73.1k
5 votes
Accepted

QGis Value Map attributes : display description instead of value as label?

Use this expression for the Value field of the label dialog, where cars is the name of the attribute field: represent_value( "cars") See documentation: Returns the configured representation value f …
Babel's user avatar
  • 73.1k
0 votes

Placing Point Attributes of adjacent polygons so that same point belongs to both polygons in...

Extract vertices (what you already did) Menu Processing > Toolbox > Delete duplicate geometries Create a new field with field calculator and this expression: array_to_string (overlay_touches ('name …
Babel's user avatar
  • 73.1k
1 vote

How to bring feature selection into print composer

Your use-case seems to be a classical case to use the powerful atlas-function of QGIS: see Creating Detailed Maps with the Atlas Tool and the documentation. Define a coverage layer - this in your case …
Babel's user avatar
  • 73.1k
2 votes

Write one value in attribute table until condition is met, then write another value

You can use Field calculator with QGIS expressions - see below a step by step explanation how the expression works. This is the expression to use: with_variable ( -- step 3 'array', array_so …
Babel's user avatar
  • 73.1k
2 votes
Accepted

How do I make an exact copy of my QGIS3 installation on another pc?

The trick is to copy the folder(s) containing your user profile(s) from one machine to the other. On Win 10, user profiles should be located here: C:\Users\[User]\AppData\Roaming\QGIS\QGIS3\profiles\. …
Babel's user avatar
  • 73.1k

1
2 3 4 5
11
15 30 50 per page